We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec77ddb commit 855b162Copy full SHA for 855b162
.travis.yml
@@ -1,9 +1,6 @@
1
2
language: java
3
-install:
4
- - mkdir ~/.local/bin
5
script:
6
- ./gradlew check
7
- - cd examples
8
- - ./maxcost-test.sh
+ - ./examples/maxcost-test
9
0 commit comments