Skip to content

Commit 17df8d5

Browse files
committed
Fix test launch in .travis.yml
1 parent 5071da7 commit 17df8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ node_js:
44

55
script:
66
- cd server
7-
- ./test.sh
7+
- npm test
88
# running a unit test in mocha command-line

0 commit comments

Comments
 (0)