Skip to content

Commit

Permalink
yarn build first
Browse files Browse the repository at this point in the history
  • Loading branch information
obcode committed May 29, 2019
1 parent c985113 commit 1c1c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_cache:
install:
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yarn; fi
- yarn

- yarn build
- echo "Deploy linux version to GitHub"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn release:linux; fi

Expand Down

0 comments on commit 1c1c578

Please sign in to comment.