mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
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:
parent
d80b764ca3
commit
f0fa1ad0e8
1 changed files with 2 additions and 3 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue