Skip to content

Commit

Permalink
.travis.yml: disabling site-deploy in Java 9 builds for now [skip app…
Browse files Browse the repository at this point in the history
…veyor] - #28
  • Loading branch information
edrdo committed Jul 24, 2017
1 parent bee7665 commit e5484a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
group: edge
jdk: oraclejdk9
env:
- GOALS="clean package site-deploy"
- GOALS="clean package"
- 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
Expand Down

0 comments on commit e5484a6

Please sign in to comment.