fixing TravisCI test command

This commit is contained in:
Kononnable 2019-03-12 22:25:39 +01:00
parent abf666d0e7
commit 727fe0b5d1

View File

@ -43,7 +43,7 @@ before_script:
- npm link typescript
- tsc
- sleep 60
test:
script:
- travis_retry npm t
after_success:
- codecov --file=./coverage/coverage.json