You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/01/17 17:47:30 UTC

[tinkerpop] branch travis-fix updated: Try to manually install the right version of python in a java language xenial for travis CTR

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

spmallette pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/travis-fix by this push:
     new ff72793  Try to manually install the right version of python in a java language xenial for travis CTR
ff72793 is described below

commit ff7279333588a28c469601b815c3f2220360fe61
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Jan 17 12:46:49 2020 -0500

    Try to manually install the right version of python in a java language xenial for travis CTR
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8abe593..c5a31ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,6 @@ os:
   - linux
 jdk:
   - openjdk8
-env:
-  global:
-    - PATH=/opt/python/3.7.1/bin:$PATH
 sudo: required
 dist: xenial
 services:
@@ -32,6 +29,9 @@ before_install:
   - sudo apt install apt-transport-https
   - sudo apt update
   - sudo apt install dotnet-sdk-2.2
+  - sudo apt-get install python3.6
+  - sudo rm /usr/bin/python3
+  - sudo ln -s python3.6 /usr/bin/python3
 
 jobs:
   include: