commit 4d48e7384405d40765218b09d65bddd5c686c68f
Author:     Adriano Bonat <[email protected]>
AuthorDate: Sat, 19 Jan 2013 18:42:13 -0200
Commit:     Mauro Talevi <[email protected]>
CommitDate: Sun, 20 Jan 2013 11:54:40 +0100

    removed install customization, increased mvn memory and suppressing Maven 
msgs about downloads.

diff --git a/.travis.yml b/.travis.yml
index 2f7600e..b50e869 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: java
-install: mvn -q install -s settings.xml -DskipTests=true
-script: mvn clean install -Pexamples
+env: MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
+script: mvn clean install -s settings.xml -DskipTests=true -Pexamples -U | 
grep -v -E "Download(ed|ing)"
 jdk:
   - openjdk6
   - openjdk7



Reply via email to