You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2018/06/19 14:41:51 UTC

[6/9] tinkerpop git commit: Remove Mono from Travis build again TINKERPOP-1836

Remove Mono from Travis build again TINKERPOP-1836


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cfded119
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cfded119
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cfded119

Branch: refs/heads/TINKERPOP-1836
Commit: cfded1198a8825207e7d9a29f50011522759a4f0
Parents: 280a8cf
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Sat Jun 16 11:33:08 2018 +0200
Committer: Florian Hockmann <fh...@florian-hockmann.de>
Committed: Tue Jun 19 16:41:20 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cfded119/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a99103f..8ca1346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,13 +20,9 @@ install:
 before_install:
   - wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
   - sudo dpkg -i packages-microsoft-prod.deb
-  - sudo sh -c 'echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list'  
-  - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
   - sudo apt-get install apt-transport-https
   - sudo apt-get update
   - sudo apt-get install dotnet-sdk-2.1
-  - sudo apt install mono-devel
-
 
 jobs:
   include: