travis fix try2
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
sudo: required
|
||||
language: java
|
||||
before_install: ./.travis_native_dependencies.sh
|
||||
before_install:
|
||||
- chmod +x travis_native_dependencies.sh
|
||||
- ./.travis_native_dependencies.sh
|
||||
jdk:
|
||||
- openjdk8
|
||||
install: true
|
||||
|
||||
Reference in New Issue
Block a user