try to fix travis build

This commit is contained in:
Spencer Gibb
2015-08-20 16:48:02 -06:00
parent 2275dc735e
commit 056a528585
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
sudo: false
#cache:
# directories:
# - $HOME/.m2
cache:
directories:
- $HOME/.m2
language: java
jdk:
- oraclejdk8

View File

@@ -64,7 +64,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo
repository] for specific instructions about the common cases of mongo,
rabbit and redis.
NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you
NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you
find a project that doesn't have it yet, raise an issue to get it
added, and build with the command from `.travis.yml` (usually
`mvn install -s .settings.xml`).

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath/>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>