Update node version to 0.10 for sauce in travis.yml since they've upgraded their node 0.10 version.

This commit is contained in:
John-David Dalton
2013-12-15 23:53:46 -08:00
parent 97662f4b3e
commit 63ff5a2fe3

View File

@@ -38,15 +38,15 @@ matrix:
env: BIN="ringo" BUILD="compat"
- node_js: "0.10"
env: BIN="ringo" BUILD="legacy"
- node_js: "0.8"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="compat"
- node_js: "0.8"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="modern"
- node_js: "0.8"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="legacy"
- node_js: "0.8"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="mobile"
- node_js: "0.8"
- node_js: "0.10"
env: SAUCE_LABS=true BUILD="underscore"
git:
depth: 10