This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir.git
The following commit(s) were added to refs/heads/master by this push:
new 549c50b [BAHIR-217] Installation of Oracle JDK8 is Failing in Travis
CI (#93)
549c50b is described below
commit 549c50be02f98b93c5f79890332e8de97332e8f5
Author: abhishekd0907 <[email protected]>
AuthorDate: Sat Aug 31 00:13:02 2019 +0530
[BAHIR-217] Installation of Oracle JDK8 is Failing in Travis CI (#93)
Install of Oracle JDK 8 Failing in Travis CI and as a result,
build is failing for new pull requests.
We just need to add `dist: trusty` in the .travis.yml file
as mentioned in the issue below:
https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index cb6ce47..9951409 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,7 @@ jdk:
- openjdk8
- oraclejdk8
+dist: trusty
+
script:
- mvn -Pdistribution clean install