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

bessbd pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4270af5  Fix broken build
4270af5 is described below

commit 4270af5658758959b4436d2a1975b209d382b977
Author: Bessenyei Balázs Donát <[email protected]>
AuthorDate: Mon Oct 14 01:05:16 2019 +0200

    Fix broken build
    
    Travis builds have been failing recently with "Expected feature release 
number in range of 9 to 14, but got: 8".
    According to
    
https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/6
    adding "dist: trusty" to .travis.yml should fix the issue.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 2c8e71f..1bf3133 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+dist: trusty
 language: java
 jdk:
   - oraclejdk8

Reply via email to