Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Change node version in travis to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alandotcom committed Jul 29, 2015
1 parent 8e60b78 commit a2ead4f
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,7 +1,7 @@
sudo: false # use faster docker containers
language: node_js
node_js:
- '0.10'
- '0.12'
install:
- npm install
before_script:
Expand Down

0 comments on commit a2ead4f

Please sign in to comment.