Remove io.js from the build matrix

refs #5330

- io.js 1.2 is massively out of date, testing against it isn't useful
This commit is contained in:
Hannah Wolfe 2015-07-10 19:13:41 +01:00
parent d80b764ca3
commit f0fa1ad0e8

View File

@ -1,9 +1,8 @@
language: node_js
# When changing node version also update it on line 35.
# When changing node version also update it on line 35.
node_js:
- "0.10"
- "0.12"
- "iojs-v1.2.0"
sudo: false
cache:
directories:
@ -31,7 +30,7 @@ before_script:
- phantomjs --version
- casperjs --version
after_success:
- |
- |
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "0.10" ]]; then
echo "Generate coverage..."