This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e1fc04  Specify trusty to allow use of openjdk7 in the build matrix.
2e1fc04 is described below

commit 2e1fc04e9aed0fb31f78fd1effea8509f9caa2dd
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Jul 31 21:39:49 2019 +0100

    Specify trusty to allow use of openjdk7 in the build matrix.
    
    The default xenial build environment does not support openjdk7.
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 476d8e3..9f27e44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,9 @@
 language: java
 sudo: false
 
+# Required to build with openjdk7
+dist: trusty
+
 jdk:
   - openjdk7
   - openjdk8

Reply via email to