Skip to content

Commit

Permalink
Merge branch 'support-3.7' of https://github.com/Evolveum/midpoint in…
Browse files Browse the repository at this point in the history
…to support-3.7
  • Loading branch information
KaterynaHonchar committed Mar 13, 2018
2 parents 19b8923 + 86fb162 commit a440995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_install:
- unzip -qq apache-maven-3.5.0-bin.zip
- export M2_HOME=$PWD/apache-maven-3.5.0
- export PATH=$M2_HOME/bin:$PATH
- export MAVEN_OPTS='-Xmx4g'
- export MAVEN_OPTS='-Xmx6g'

# custom script is used so build and tests are done in one mvn command, separating it (as Travis does by default) leads to problem with ConnId (notably DummyResource)
script: mvn clean install
Expand All @@ -26,6 +26,10 @@ addons:
#packages:
#- oracle-java8-installer # install newest JDK8

env:
global:
- MALLOC_ARENA_MAX=2

jdk:
#- openjdk7
#- oraclejdk7
Expand Down

0 comments on commit a440995

Please sign in to comment.