Skip to content

Commit

Permalink
fix: run build after successful tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAntix committed Jan 19, 2019
1 parent 9c583fa commit 6f44951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js:
- "10.15"

after_success:
- npm run build

jobs:
include:
- stage: release
Expand Down

0 comments on commit 6f44951

Please sign in to comment.