Skip to content

Commit

Permalink
Let’s make life simple and drop Node 9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored and Daniel15 committed Dec 4, 2017
1 parent f6cdac8 commit 1eef462
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js

node_js:
- 8
- 9
# - 9

cache:
directories:
Expand All @@ -16,7 +16,7 @@ before_script:

script:
- npm run lint
- if node_modules/.bin/check-node-version --node '>= 9.0' > /dev/null; then echo "Skipping server tests."; else npm run test:js:server; fi
- npm run test:js:server
- npm run test:js:frontend
- npm run build

Expand All @@ -26,10 +26,10 @@ jobs:
script:
- if [ "$TRAVIS_EVENT_TYPE" == cron ]; then npm run test:services; fi
- if [ "$TRAVIS_EVENT_TYPE" == pull_request ]; then npm run test:services:pr; fi
- node_js: 9
script:
- if [ "$TRAVIS_EVENT_TYPE" == cron ]; then npm run test:services; fi
- if [ "$TRAVIS_EVENT_TYPE" == pull_request ]; then npm run test:services:pr; fi
# - node_js: 9
# script:
# - if [ "$TRAVIS_EVENT_TYPE" == cron ]; then npm run test:services; fi
# - if [ "$TRAVIS_EVENT_TYPE" == pull_request ]; then npm run test:services:pr; fi

branches:
except:
Expand Down

0 comments on commit 1eef462

Please sign in to comment.