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 74dc4ef  Fix broken build
74dc4ef is described below

commit 74dc4ef0f9de8a79a521de1ddff80ec0f81bc32b
Author: Bessenyei Balázs Donát <[email protected]>
AuthorDate: Mon Oct 14 00:56:18 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
---
 .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