Skip to content

Commit 45be1f8

Browse files
author
hs
committed
fixed travis
1 parent 05f27d0 commit 45be1f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
- stage: build
77
script: grunt build
88
- stage: test
9-
script: grunt test
10-
script: grunt coveralls
9+
script:
10+
- grunt test
11+
- grunt coveralls
1112
cache:
1213
directories:
1314
- "node_modules"

0 commit comments

Comments
 (0)