Skip to content

Commit 480b1db

Browse files
fix($Travis): correct command
1 parent 7431a1d commit 480b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
install:
55
- npm install
66
script:
7-
- npm run go
7+
- npm run go:travis
88
notifications:
99
email:
1010
on_failure: change

0 commit comments

Comments
 (0)