Skip to content

Commit

Permalink
Update node versions in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Nov 18, 2015
1 parent d84dcce commit 2369bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,7 +1,9 @@
language: node_js
node_js:
- 'stable'
- '4'
- '0.12'
- '0.11'
- '0.10'
before_script:
- npm install
script:
Expand Down

0 comments on commit 2369bdb

Please sign in to comment.