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:51:06 UTC

[tinkerpop] 01/01: 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

commit 5af313aae96493a5e26deaf72f98a1df9ea246f5
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 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8abe593..5fc0369 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,7 @@ before_install:
   - sudo apt install apt-transport-https
   - sudo apt update
   - sudo apt install dotnet-sdk-2.2
+  - sudo apt-get install python3.6
 
 jobs:
   include: