Skip to content

Commit

Permalink
Dropping support for node 0.8
Browse files Browse the repository at this point in the history
node 0.8 on Travis CI will not run npm update before testing, for
unknown reasons. If anybody *needs* 0.8 support, open an issue and I’ll
see what I can do as far as contacting Travis CI about a resolution.
  • Loading branch information
dcrockwell committed Mar 26, 2015
1 parent d8335aa commit 2228489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"
script: './node_modules/.bin/grunt travis'
before_script:
- npm update -g npm

0 comments on commit 2228489

Please sign in to comment.