Skip to content

Commit

Permalink
fix(build): run build in script step
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Habdas committed Mar 15, 2017
1 parent 8eb9572 commit 4815907
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 @@ -10,6 +10,8 @@ node_js:
- '4'
before_script:
- npm prune
script:
- npm test
- npm run clean
- npm run build
after_success:
Expand Down

0 comments on commit 4815907

Please sign in to comment.