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/05/13 11:23:28 UTC

tinkerpop git commit: Install Mono for .NET Template project TINKERPOP-1836

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1836 6a950fb13 -> a4e9ecb90


Install Mono for .NET Template project TINKERPOP-1836


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

Branch: refs/heads/TINKERPOP-1836
Commit: a4e9ecb905fbb63d30e68fc51d0724d2923dee7b
Parents: 6a950fb
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Sun May 13 13:23:19 2018 +0200
Committer: Florian Hockmann <fh...@florian-hockmann.de>
Committed: Sun May 13 13:23:19 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a4e9ecb9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 96cfe6a..de25979 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,9 +21,12 @@ before_install:
   - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
   - sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
   - sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
-  - sudo apt-get install apt-transport-https
+  - 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.101
+  - sudo apt install mono-devel
 
 jobs:
   include: