mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03:00
Merge pull request #5547 from ErisDS/remove-iojs-tests
Remove io.js from the build matrix
This commit is contained in:
commit
fb43e3a39b
@ -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 New Issue
Block a user