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

Commit

Permalink
Merge pull request #388 from ripple/travis-node-0.12
Browse files Browse the repository at this point in the history
Change node version in travis to 0.12
  • Loading branch information
alandotcom committed Jul 29, 2015
2 parents 8e60b78 + a2ead4f commit bc24f5b
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 bc24f5b

Please sign in to comment.