Skip to content

Commit b67e46d

Browse files
committed
[TRAVIS] Do not installCli on travis
1 parent b677caa commit b67e46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jdk:
44
- oraclejdk8
55

66
script:
7-
- ./gradlew -s -i check install fatJar installCli
7+
- ./gradlew -s -i check install fatJar
88

99
before_cache:
1010
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock

0 commit comments

Comments
 (0)