We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86730d2 commit 91b0365Copy full SHA for 91b0365
.travis.yml
@@ -22,7 +22,7 @@ install:
22
- npm install
23
script:
24
- npm run build -- --noEmit
25
- - npm test:ci
+ - npm run test:ci
26
- if [[ $TRAVIS_PULL_REQUEST = "false" ]] ; then cat ./coverage/lcov.info | codacy-coverage --language=typescript; fi
27
after_failure:
28
- tail -n 2000 instamancer_tests.log
0 commit comments