Skip to content

Commit 855b162

Browse files
authored
.travis.yml update knowlp#1
1 parent ec77ddb commit 855b162

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
language: java
3-
install:
4-
- mkdir ~/.local/bin
53
script:
64
- ./gradlew check
7-
- cd examples
8-
- ./maxcost-test.sh
5+
- ./examples/maxcost-test
96

0 commit comments

Comments
 (0)