Skip to content

Commit

Permalink
Update travis configuration.
Browse files Browse the repository at this point in the history
Remove node 0.8; add node 0.12.  Use new container-based travis runner.
  • Loading branch information
cscott committed Jul 27, 2015
1 parent e400f51 commit 862bcb2
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,5 +1,6 @@
language: node_js
sudo: false
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"

0 comments on commit 862bcb2

Please sign in to comment.