Skip to content

Commit a701878

Browse files
committed
added auto yes for oracle license agreement
1 parent 7335bc2 commit a701878

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
@@ -31,7 +31,7 @@ install:
3131
- source "/home/travis/.sdkman/bin/sdkman-init.sh"
3232

3333
## install kotlin and maven
34-
- sdk install java 8u144-oracle
34+
- bash -c 'yes | sdk install java 8u144-oracle'
3535
- sdk install maven
3636
- sdk install kotlin
3737
- sdk install gradle

0 commit comments

Comments
 (0)