Commit 24801f4a by xzyfer

Be explicit about which runtime versions travis should test

parent 598e9df2
...@@ -5,9 +5,12 @@ env: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true ...@@ -5,9 +5,12 @@ env: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
compiler: gcc compiler: gcc
node_js: node_js:
- 0.10 - "0.10"
- node # will fetch the latest node.js version - "0.12"
- iojs # will fetch the latest io.js version - "iojs-v1.0"
- "iojs-v1"
- "iojs-v2"
- "iojs-v3"
matrix: matrix:
fast_finish: true fast_finish: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment