Skip to content

Commit 15d54ae

Browse files
authored
Cache maven dependencies to speed up build, prevent timeouts (sonatype-nexus-community#32)
💨
1 parent fa89f76 commit 15d54ae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
language: java
2+
3+
cache:
4+
directories:
5+
- $HOME/.m2

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* [Developing](#developing)
2121
* [Requirements](#requirements)
2222
* [Building](#building)
23+
* [Travis CI](#travis-ci)
2324
* [Using Composer with Nexus Repository Manger 3](#using-composer-with-nexus-repository-manager-3)
2425
* [Installing the plugin](#installing-the-plugin)
2526
* [Temporary Install](#temporary-install)
@@ -46,6 +47,11 @@ To build the project and generate the bundle use Maven
4647

4748
If everything checks out, the bundle for Composer should be available in the `target` folder
4849

50+
### Travis CI
51+
52+
This project is built automatically with Travis CI, and you should be able to see build results on your commits, as well
53+
as directly on [Travis CI](https://travis-ci.org/sonatype-nexus-community/nexus-repository-composer/).
54+
4955
#### Build with Docker
5056

5157
`docker build -t nexus-repository-composer:0.0.2 .`

0 commit comments

Comments
 (0)