Skip to content

Commit

Permalink
ci(travis): update script
Browse files Browse the repository at this point in the history
move tsc compilation setup below test
  • Loading branch information
tusharmath committed Nov 9, 2019
1 parent 6866881 commit 564afc3
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 @@ -9,8 +9,8 @@ node_js:
after_success:
- npm run travis-deploy-once "npm run semantic-release"
script:
- yarn tsc -d
- yarn test
- yarn tsc -d
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 564afc3

Please sign in to comment.