You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2017/11/20 09:36:39 UTC

tinkerpop git commit: TravisCI: Gremlin.Net as job

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1820 [created] 2b92f65d9


TravisCI: Gremlin.Net as job


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

Branch: refs/heads/TINKERPOP-1820
Commit: 2b92f65d9cdd6be8062c2b216ef520c3c94ab1f7
Parents: ec1cbda
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Mon Oct 30 10:11:51 2017 +0100
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Mon Nov 20 10:36:29 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b92f65d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f0c88db..b626b17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,21 +5,14 @@ jdk:
   - oraclejdk8
 sudo: required
 dist: trusty
-addons:
-  apt:
-    packages:
-      - oracle-java8-installer
+
 before_install:
   - sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
   - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
   - sudo apt-get update
   - sudo apt-get install dotnet-dev-1.0.4
-script: 
-  - "mvn clean install -Dci"
-#notifications:
-#  email:
-#    recipients:
-#      - me@gremlin.guru
-#      - robdale@gmail.com
-#    on_success: change # default: change
-#    on_failure: always # default: always
+
+jobs:
+  include:
+    - script: "mvn clean install -Dci"
+    - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -pl :gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false"
\ No newline at end of file