Skip to content

Commit 043fa76

Browse files
add install standard in .travis.yml
1 parent 00ad249 commit 043fa76

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
@@ -7,7 +7,7 @@ before_script:
77
- chmod a+x gradlew
88

99
node_js: "v13.7.0"
10-
install: "npm install"
10+
install: "npm install && npm install standard --global"
1111

1212
script: ./gradlew clean build
1313

0 commit comments

Comments
 (0)