Skip to content

Commit 91b0365

Browse files
committed
fix ci test command
1 parent 86730d2 commit 91b0365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- npm install
2323
script:
2424
- npm run build -- --noEmit
25-
- npm test:ci
25+
- npm run test:ci
2626
- if [[ $TRAVIS_PULL_REQUEST = "false" ]] ; then cat ./coverage/lcov.info | codacy-coverage --language=typescript; fi
2727
after_failure:
2828
- tail -n 2000 instamancer_tests.log

0 commit comments

Comments
 (0)