Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
fix travis typecheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 23, 2018
1 parent f460923 commit 2eea83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install: yarn install --check-files --ignore-engines

script:
- yarn run tslint
- yarn run build --noEmit
- yarn run typecheck
- if [[ $GH_TOKEN ]]; then yarn test --forbid-only --forbid-pending; else yarn test --forbid-only; fi;

after_script: if [[ $GH_TOKEN ]]; then greenkeeper-lockfile-upload; fi;
Expand Down

0 comments on commit 2eea83e

Please sign in to comment.