Skip to content

Commit

Permalink
.travis.yml: Java 9 specific options / stopped using .mavenrc
Browse files Browse the repository at this point in the history
  • Loading branch information
edrdo committed Jun 25, 2017
1 parent 7c387f0 commit 2a95ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ before_install:
- java -version
- test $POSTGRESQL_SERVICE != true || psql --version
- test $MYSQL_SERVICE != true || mysql --version
- echo "MAVEN_OPTS='-Xmx4g -Xss512m'" > ~/.mavenrc
install: true
env:
global:
- BUILD_ENVIRONMENT=Travis
- MYSQL_SERVICE=false
- POSTGRESQL_SERVICE=true
- MAVEN_OPTS='-Xmx4g -Xss512m'
addons:
postgresql: "9.5"
matrix:
Expand All @@ -41,6 +41,7 @@ matrix:
jdk: oraclejdk9
env:
- GOALS="clean package site-deploy"
- MAVEN_OPTS='-Xmx4g -Xss512m --add-opens java.base/java.lang=ALL-UNNAMED'
before_script:
- test $POSTGRESQL_SERVICE != true || psql -c 'create database jdbdt;' -U postgres
script:
Expand Down

0 comments on commit 2a95ff7

Please sign in to comment.