Skip to content

Commit

Permalink
Change versions for travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobueno committed Nov 15, 2017
1 parent dda91ef commit 67c7827
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "0.11"
- "lts/*"
- "node"
- "4"
before_script:
- npm install -g grunt-cli
- npm install grunt grunt-contrib-qunit
script: grunt test -v
script: grunt test -v

0 comments on commit 67c7827

Please sign in to comment.