Skip to content

Commit

Permalink
fix(travis): fix travis build not building before release
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Jul 31, 2018
1 parent 8619933 commit 89f81f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ jobs:
include:
- stage: semantic-release
node_js: node
script: yarn release
script:
- yarn build
- yarn release

0 comments on commit 89f81f9

Please sign in to comment.