Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 30165b0

Browse files
committed
Fix test command
1 parent a474522 commit 30165b0

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
@@ -17,7 +17,7 @@ addons:
1717

1818
script:
1919
- npm run lint
20-
- npm run test:ci
20+
- npm run test
2121
- npm run coveralls
2222
- 'if [ -n "$SONAR_TOKEN" ]; then sonar-scanner -Dsonar.login=${SONAR_TOKEN}; fi'
2323

0 commit comments

Comments
 (0)