Skip to content

Commit

Permalink
Removed support for nodejs versions .10 & .12 (#157)
Browse files Browse the repository at this point in the history
* Removed testing of nodejs versions .10 & .12, added lastest stable, 5, & 6

* latest is 6 so added 4

* reverting the npm version
  • Loading branch information
aydrian authored Aug 23, 2016
1 parent abb4265 commit f012ac1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- '4.1'
- '4.0'
- '0.12'
- '0.10'
- '4'
- '5'
- '6'
before_install: npm install -g grunt-cli
install: npm install
script: "npm run-script ci"
Expand Down

0 comments on commit f012ac1

Please sign in to comment.