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

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new de27ab9  NIFI-6329 added dist section to specify trusty
de27ab9 is described below

commit de27ab94b0c969f8b70ec624442af7bc088aae72
Author: Joe Witt <[email protected]>
AuthorDate: Wed May 29 14:44:15 2019 -0400

    NIFI-6329 added dist section to specify trusty
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 5ea61fd..615037d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@
 
 language: java
 
+dist: trusty
+
 env:
   - USER_LANGUAGE=en USER_REGION=US'
   - USER_LANGUAGE=fr USER_REGION=FR'

Reply via email to