We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5585e commit e21869dCopy full SHA for e21869d
.travis.yml
@@ -9,7 +9,7 @@ before_script:
9
node_js: "v13.7.0"
10
install: "npm install && npm install standard --global"
11
12
-script: ./gradlew clean build && standard
+script: ./gradlew clean build && standard javascript/*
13
14
notifications:
15
email:
0 commit comments