We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f27d0 commit 45be1f8Copy full SHA for 45be1f8
1 file changed
.travis.yml
@@ -6,8 +6,9 @@ jobs:
6
- stage: build
7
script: grunt build
8
- stage: test
9
- script: grunt test
10
- script: grunt coveralls
+ script:
+ - grunt test
11
+ - grunt coveralls
12
cache:
13
directories:
14
- "node_modules"
0 commit comments