Skip to content

Commit

Permalink
fix(ci): build before deploy (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell authored Mar 22, 2019
1 parent cdf6e3f commit befa0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
skip_cleanup: true
- stage: deploy-demo
if: branch = master
before_deploy:
- yarn build
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit befa0b2

Please sign in to comment.