diff --git a/.travis.yml b/.travis.yml index 475b6e4f65..51dd12218c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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..."