Attempting again to succeed with Travis CI
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/586df517 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/586df517 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/586df517 Branch: refs/heads/SYNCOPE-156 Commit: 586df51796d4aeb7b6660fdfd7c23390f7d9d2be Parents: 4aea776 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Oct 26 14:14:46 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Oct 26 14:14:46 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/586df517/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c6894ea..3cba257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +sudo: false cache: directories: - $HOME/.m2 @@ -21,10 +22,8 @@ jdk: - openjdk7 # default install is mvn install --quiet -DskipTests=true install: mvn --show-version --quiet -P all,skipTests -#invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console script: - - sudo rm /etc/mavenrc - - export MAVEN_OPTS="-Xmx2048m -Xms1024m -XX:MaxPermSize=512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1" + #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true notifications: email:
