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 daad07b commit 758c18fCopy full SHA for 758c18f
.travis.yml
@@ -25,5 +25,5 @@ install:
25
script:
26
- mvn package
27
- ./simpletool js example.js
28
- - shellcheck simpletool
29
- - shellcheck runJsWithCoverage.sh
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck simpletool; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck runJsWithCoverage.sh; fi
0 commit comments