Skip to content

Commit

Permalink
HSEARCH-3252 Avoid using _JAVA_OPTIONS in Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Aug 28, 2018
1 parent 8a14cfc commit 30d9227
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Expand Up @@ -22,13 +22,18 @@ cache:
directories:
- $HOME/.m2
env:
#- DB=h2 ELASTICSEARCH=2.0
- DB=h2 ELASTICSEARCH=2.2
- DB=h2 ELASTICSEARCH=5.0
- DB=h2 ELASTICSEARCH=5.2
# for now, let's test only with H2
#- DB=pgsql
#- DB=mariadb
global:
# Unset _JAVA_OPTIONS to avoid raising the memory used by Elasticsearch
# See https://hibernate.atlassian.net/browse/HSEARCH-3252
- _JAVA_OPTIONS=
matrix:
#- DB=h2 ELASTICSEARCH=2.0
- DB=h2 ELASTICSEARCH=2.2
- DB=h2 ELASTICSEARCH=5.0
- DB=h2 ELASTICSEARCH=5.2
# for now, let's test only with H2
#- DB=pgsql
#- DB=mariadb
before_install:
# Build options must be set before install, so that
# we properly retrieve *all* the necessary dependencies
Expand Down

0 comments on commit 30d9227

Please sign in to comment.