Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Johnston committed Jun 18, 2019
1 parent 9560646 commit 899d287
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ cache:
yarn: true
directories:
- node_modules
- provider: script
script: bin/build.sh
skip_cleanup: true
on:
tags: true
branch: master
deploy:
- provider: script
script: bin/build.sh
skip_cleanup: true
on:
tags: true
branch: master

0 comments on commit 899d287

Please sign in to comment.