Skip to content

Commit beaa8d7

Browse files
committed
Correct travis script.
1 parent 22c3923 commit beaa8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sudo: false
55
branches:
66
install:
77
- cd tests; npm install
8-
script: cd tests; ./tests.sh
8+
script: npm test

0 commit comments

Comments
 (0)