You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by an...@apache.org on 2015/03/30 03:27:45 UTC

[1/3] incubator-commonsrdf git commit: Test out caching on TravisCI for faster CI builds

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 20b0b000f -> 70d7b7340


Test out caching on TravisCI for faster CI builds

http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/


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

Branch: refs/heads/master
Commit: 2cd5349375902568ead9609cef959827c5875bdf
Parents: 20b0b00
Author: Peter Ansell <p_...@yahoo.com>
Authored: Mon Mar 30 12:23:52 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Mon Mar 30 12:23:52 2015 +1100

----------------------------------------------------------------------
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/2cd53493/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a254e30..09bb582 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,21 @@
+# Use docker-based build environment
+sudo: false
+
 language: java
 jdk:
   - oraclejdk8
+
+cache:
+  directories:
+    - '$HOME/.m2/repository'
+
+install: /bin/true
+
 notifications:
   email:
     - ansell.peter@gmail.com
     - sergio@wikier.org
+    - commits@commonsrdf.incubator.apache.org
+
 after_success:
   - mvn clean test jacoco:report coveralls:report


[2/3] incubator-commonsrdf git commit: Test TravisCI caching with null edit

Posted by an...@apache.org.
Test TravisCI caching with null edit


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/16597f3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/16597f3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/16597f3c

Branch: refs/heads/master
Commit: 16597f3c9c5bd3495ed8261acb606181233db102
Parents: 2cd5349
Author: Peter Ansell <p_...@yahoo.com>
Authored: Mon Mar 30 12:26:12 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Mon Mar 30 12:26:12 2015 +1100

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/16597f3c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 09bb582..a73f949 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,4 @@ notifications:
 
 after_success:
   - mvn clean test jacoco:report coveralls:report
+ 


[3/3] incubator-commonsrdf git commit: Merge branch 'travis-caching'

Posted by an...@apache.org.
Merge branch 'travis-caching'


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/70d7b734
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/70d7b734
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/70d7b734

Branch: refs/heads/master
Commit: 70d7b734020d1cbbab5142c277db84ff086bc3f6
Parents: 20b0b00 16597f3
Author: Peter Ansell <p_...@yahoo.com>
Authored: Mon Mar 30 12:27:59 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Mon Mar 30 12:27:59 2015 +1100

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