You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/11/10 02:10:02 UTC

[tinkerpop] branch travis-fix updated: trying settings prior to xenial bump

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

rdale 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 2a0324a  trying settings prior to xenial bump
2a0324a is described below

commit 2a0324afb0ec0d638861ac9013e6bec481e1e1f4
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sat Nov 9 21:09:45 2019 -0500

    trying settings prior to xenial bump
---
 .travis.yml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 14b6def..865f6b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: java
 os:
   - linux
 jdk:
-  - oraclejdk9
+  - oraclejdk8
 sudo: required
-dist: xenial
+dist: trusty
 services:
   - docker
 cache:
@@ -20,13 +20,12 @@ install:
   - mvn -version
 
 before_install:
-  - wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
+  - sudo apt-get install -y dpkg # workaround for travis-ci/travis-ci#9361
+  - wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
   - sudo dpkg -i packages-microsoft-prod.deb
-  - sudo add-apt-repository universe
-  - sudo apt update
-  - sudo apt install apt-transport-https
-  - sudo apt update
-  - sudo apt install dotnet-sdk-2.2
+  - sudo apt-get install apt-transport-https
+  - sudo apt-get update
+  - sudo apt-get install dotnet-sdk-2.2
 
 jobs:
   include: