Skip to content

Commit 4d4f427

Browse files
BrokenSourceCodeBrokenSourceCode
authored andcommitted
Update .travis.yml
1 parent 925bd11 commit 4d4f427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ node_js:
33
- "8"
44
before_script:
55
- npm install
6-
script:
6+
script:
77
- gulp test
88
- gulp lint
9-
- npm run coveralls
9+
- gulp coveralls
1010
cache:
1111
directories:
12-
- "node_modules"
12+
- "node_modules"

0 commit comments

Comments
 (0)