Skip to content

Commit

Permalink
SLING-5908 Fixed travis build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1754238 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ieb committed Jul 27, 2016
1 parent e6bb2e8 commit f0a3b8b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,14 +1,20 @@
language: java

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6

sudo: false

install: true

script: mvn -q clean install -DHttpTestBase.readyTimeoutSeconds=300 -PintegrationTests
script:
- mvn -q -N io.takari:maven:wrapper -Dmaven=3.3.9
- echo 'MAVEN_OPTS="-Xmx800M -XX:MaxPermSize=256M -enableassertions"' > $HOME/.mavenrc
- set -o pipefail
- ./mvnw -Dmaven.test.skip=true clean install | tee >(tail -500 1>&2) | grep "Building Apache"


notifications:
email: false

0 comments on commit f0a3b8b

Please sign in to comment.