Skip to content

Commit 0d3f440

Browse files
authored
Merge branch 'master' into dpebot-repositorygardener
2 parents 5bc0bbd + c1452a6 commit 0d3f440

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
sudo: true
1516
language: java
1617
jdk:
1718
- oraclejdk8
@@ -55,3 +56,5 @@ after_success:
5556
branches:
5657
only:
5758
- master
59+
- java8-master
60+

travis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set -x
1919
set -o pipefail
2020
shopt -s globstar
2121

22+
2223
SKIP_TESTS=false
2324
if [ -z "$GOOGLE_APPLICATION_CREDENTIALS" ] ; then
2425
SKIP_TESTS=true
@@ -64,6 +65,8 @@ common_travis_dir="$(travis_changed_files_parent)"
6465

6566
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
6667

68+
# Give Maven a bit more memory
69+
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx2g -Xms512m'
6770
./mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
6871

6972
[ -z "$common_travis_dir" ] || popd

0 commit comments

Comments
 (0)