You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dm...@apache.org on 2015/11/24 16:29:32 UTC

[1/2] incubator-tinkerpop git commit: initial travis setup

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4b60ff088 -> 32f009a36


initial travis setup


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

Branch: refs/heads/master
Commit: 589fd4b3e2308f3330f6b85f3c35972ae904afb4
Parents: 086a258
Author: Dylan Millikin <dy...@brightzone.fr>
Authored: Fri Nov 20 03:05:33 2015 +0100
Committer: Dylan Millikin <dy...@brightzone.fr>
Committed: Fri Nov 20 18:04:43 2015 +0100

----------------------------------------------------------------------
 .travis.yml | 14 ++++++++++++++
 pom.xml     |  1 +
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/589fd4b3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8619a81
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: java
+os:
+  - linux
+jdk:
+  - oraclejdk8
+sudo: false
+addons:
+  apt:
+    packages:
+      - oracle-java8-installer
+script: 
+  - "mvn clean install"
+  - "bin/process-docs.sh --dryRun"
+  - "mvn process-resources -Djavadoc"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/589fd4b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 96b70e3..e68382c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,6 +260,7 @@ limitations under the License.
                 <configuration>
                     <excludeSubProjects>false</excludeSubProjects>
                     <excludes>
+                        <exclude>.travis.yml</exclude>
                         <exclude>.repository/**</exclude>
                         <exclude>docs/static/**</exclude>
                         <exclude>**/target/**</exclude>


[2/2] incubator-tinkerpop git commit: Merge remote-tracking branch 'pomme/TRAVIS'

Posted by dm...@apache.org.
Merge remote-tracking branch 'pomme/TRAVIS'


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

Branch: refs/heads/master
Commit: 32f009a36c6a0f7b7db67481afb6979d2a9b4208
Parents: 4b60ff0 589fd4b
Author: Dylan Millikin <dm...@apache.org>
Authored: Tue Nov 24 16:29:17 2015 +0100
Committer: Dylan Millikin <dm...@apache.org>
Committed: Tue Nov 24 16:29:17 2015 +0100

----------------------------------------------------------------------
 .travis.yml | 14 ++++++++++++++
 pom.xml     |  1 +
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/32f009a3/pom.xml
----------------------------------------------------------------------