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 2bc30ca commit 44ab23aCopy full SHA for 44ab23a
1 file changed
.travis.yml
@@ -1,3 +1,5 @@
1
language: java
2
jdk: oraclejdk8
3
-script: mvn clean test
+script:
4
+ - cd tools
5
+ - mvn clean test
0 commit comments