You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2020/12/11 15:43:14 UTC

[tez] branch branch-0.9 updated: TEZ-4258. Fix travisci build (addendum 1)

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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 1d1d0f4  TEZ-4258. Fix travisci build (addendum 1)
1d1d0f4 is described below

commit 1d1d0f40e0cf99671db4fdb1dcb2ba24e950aab6
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Fri Dec 11 09:42:25 2020 -0600

    TEZ-4258. Fix travisci build (addendum 1)
    
    Signed-off-by: Jonathan Eagles <je...@apache.org>
    (cherry picked from commit 849e1d7694cdfd2432d631830940bc95c6f26ead)
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0437531..3637a0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+dist: trusty
+
 language: java
 
 sudo: required