Skip to content

Commit

Permalink
Merge pull request #263 from ntwb/travis-nodejs-versions
Browse files Browse the repository at this point in the history
Travis CI: Switch from deprecated  to NodeJS v4.x.x and v5.x.x test matrix
  • Loading branch information
sindresorhus committed Dec 29, 2015
2 parents e45c1f7 + 4a7acb1 commit 482ccbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '5'
- '4'
- '0.12'
- '0.10'

0 comments on commit 482ccbe

Please sign in to comment.