Repository: syncope Updated Branches: refs/heads/SYNCOPE-652 34a1c2147 -> aa11f4029
Experimenting with Travis: cache Maven home + revert to non-containerized build Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/aa11f402 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/aa11f402 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/aa11f402 Branch: refs/heads/SYNCOPE-652 Commit: aa11f4029d17a1abb5799ebd2a6cf04593c83551 Parents: 34a1c21 Author: Francesco Chicchiriccò <[email protected]> Authored: Sun Aug 2 15:37:09 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Sun Aug 2 15:37:09 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/aa11f402/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0e9cf4b..298c67a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -sudo: false +cache: + directories: + - $HOME/.m2 language: java jdk: - openjdk7
