Skip to content

Commit e0d6313

Browse files
committed
Run only on GraalVM and run shellcheck.
1 parent cf46c85 commit e0d6313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ language: java
66

77
env:
88
- GRAALVM_VERSION="19.2.0"
9-
- GRAALVM_VERSION="NONE" SL_BUILD_NATIVE="false"
109

1110
install:
1211
- |
@@ -26,3 +25,5 @@ install:
2625
script:
2726
- mvn package
2827
- ./simpletool js example.js
28+
- shellcheck simpletool
29+
- shellcheck runJsWithCoverage.sh

0 commit comments

Comments
 (0)