Skip to content

Commit

Permalink
Node v12 is now LTS and supported
Browse files Browse the repository at this point in the history
- no more allowed failures
- shouldn't need ignore-engines flag anymore
  • Loading branch information
ErisDS committed Nov 6, 2019
1 parent b91f307 commit 6315223
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -17,13 +17,11 @@ matrix:
include:
- node_js: '10'
env: TEST_SUITE=lint
allow_failures:
- node_js: '12'
install:
- if [ "$TRAVIS_NODE_VERSION" == "12" ]; then yarn --ignore-engines; else yarn; fi
- yarn
before_script:
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
- if [ "$DB" == "sqlite3" ]; then yarn add --ignore-engines --force sqlite3; fi
- if [ "$DB" == "sqlite3" ]; then yarn add --force sqlite3; fi
script: |
if [ "$TEST_SUITE" == "lint" ]; then
yarn lint
Expand Down

0 comments on commit 6315223

Please sign in to comment.