Skip to content

Commit

Permalink
fix(build): fix build process not generating distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurxavierx committed Jun 17, 2016
1 parent e06fccf commit 636a56b
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 @@ -11,6 +11,8 @@ before_install:
- npm i -g npm@^2.0.0
before_script:
- npm prune
script:
- npm run build
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 636a56b

Please sign in to comment.