Skip to content

Commit

Permalink
fix(rollup): add build
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Apr 12, 2018
1 parent 5b6f133 commit c14f024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ script:
- codecov
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
npm run build;
nvm install v8.10.0 && nvm use v8.10.0;
npm install -g travis-deploy-once semantic-release;
travis-deploy-once "semantic-release";
Expand Down

0 comments on commit c14f024

Please sign in to comment.