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/22 09:15:56 UTC

[1/3] tinkerpop git commit: TravisCI: Gremlin.Net as job

Repository: tinkerpop
Updated Branches:
  refs/heads/master 875e66571 -> 7ded72b2b


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/master
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


[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1820' into tp32

Posted by jo...@apache.org.
Merge branch 'TINKERPOP-1820' into tp32


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

Branch: refs/heads/master
Commit: 76c42faf30fc9138fe50087e1b9569674bf4ab2b
Parents: 5a478ae 2b92f65
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Wed Nov 22 09:52:24 2017 +0100
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Wed Nov 22 09:52:24 2017 +0100

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



[3/3] tinkerpop git commit: Merge branch 'tp32'

Posted by jo...@apache.org.
Merge branch 'tp32'

Conflicts:
	.travis.yml


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

Branch: refs/heads/master
Commit: 7ded72b2bba83c886c6d19fa1f60051dcc646c0d
Parents: 875e665 76c42fa
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Wed Nov 22 09:55:52 2017 +0100
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Wed Nov 22 09:55:52 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)
----------------------------------------------------------------------