Skip to content

Commit

Permalink
fix(travis): rearranged script order
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Aug 13, 2018
1 parent 7c29af4 commit 03c3c9a
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 @@ -12,7 +12,7 @@ install:
- npm install
- npm install semantic-release @semantic-release/git @semantic-release/changelog --no-save
script:
- npm run test
- npm run build
- npm run test
after_success:
- npm run travis-deploy-once "npm run semantic-release"

0 comments on commit 03c3c9a

Please sign in to comment.