不要怂,就是干,撸起袖子干!

Commit 9a527834 by Sushant

ci(travis): handle deploy failure, reduce time taken for sqlite

1 parent 5ad62ee3
Showing with 3 additions and 3 deletions
......@@ -58,10 +58,10 @@ jobs:
node_js: 4
env: POSTGRES_VER=postgres-95 DIALECT=postgres-native COVERAGE=true
- stage: tests
node_js: 6
node_js: 8
env: DIALECT=sqlite
- stage: tests
node_js: 8
node_js: 6
env: DIALECT=sqlite
- stage: docs
node_js: 6
......@@ -80,4 +80,4 @@ jobs:
- TRAVIS_JOB_NUMBER=WORKAROUND.1
script:
- npm run lint
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then npm run semantic-release; fi'
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then npm run semantic-release; fi || true'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!