Skip to content

Commit

Permalink
build(travis): allow failure on the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Aug 13, 2018
1 parent 1bcd465 commit b14be45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ cache: yarn
node_js:
- node
- lts/*
script:
- yarn ci
- yarn test
script: yarn ci
jobs:
include:
- stage: semantic-release
Expand All @@ -14,3 +12,6 @@ jobs:
script:
- yarn build
- yarn release
- stage: tests
node_js: node
script: yarn test

0 comments on commit b14be45

Please sign in to comment.