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/ee7ca343 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/ee7ca343 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/ee7ca343 Branch: refs/heads/master Commit: ee7ca34319467b440b6f28104be55da7db215da4 Parents: 0362480 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Oct 26 13:55:18 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Oct 26 13:55:18 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/ee7ca343/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 044d84d..44db5db 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,10 @@ 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="-Xmx2469m -XX:MaxPermSize=512m -XX:+TieredCompilation -XX:TieredStopAtLevel=1" +# - sudo rm /etc/mavenrc +# - export MAVEN_OPTS="-Xmx2469m -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:
