Skip to content

Commit

Permalink
travis direct invocation of tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrieder committed Nov 10, 2017
1 parent 0695346 commit 8bad87e
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 @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js: 7
before_script:
- npm run build
- ./node_modules/.bin/tsc
deploy:
provider: npm
email: [email protected]
Expand Down

0 comments on commit 8bad87e

Please sign in to comment.