mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05: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 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
language: node_js
|
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:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "iojs-v1.2.0"
|
|
||||||
sudo: false
|
sudo: false
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -31,7 +30,7 @@ before_script:
|
||||||
- phantomjs --version
|
- phantomjs --version
|
||||||
- casperjs --version
|
- casperjs --version
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
|
||||||
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "0.10" ]]; then
|
if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "0.10" ]]; then
|
||||||
echo "Generate coverage..."
|
echo "Generate coverage..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue