grunt-contrib-watch/.travis.yml
Kyle Robinson Young e3d19dfba8 Update ci configs
2018-04-20 15:21:32 -07:00

17 lines
144 B
YAML

sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "9"
matrix:
fast_finish: true
cache:
directories:
- node_modules