Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wattnpapa committed Nov 20, 2017
1 parent 232e922 commit a03e515
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,6 +1,11 @@
language: node_js
node_js:
- "0.12.2"
- "4"
- "5"
- "6"
- "7"
- "8"
- "node"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt

0 comments on commit a03e515

Please sign in to comment.