Skip to content

Commit 9619b10

Browse files
committed
Tweaking the Travis build
1 parent db76065 commit 9619b10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ cache:
1313
- $HOME/.gradle/caches/
1414
- $HOME/.gradle/wrapper/
1515

16-
install: true
16+
install:
17+
- echo "Skipping 'gradle assemble' step"
1718

1819
script:
1920
- ./gradle/ciBuild.sh

gradle/ciBuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This script will build the project.
33
# Shamelessly "borrowed" from https://github.com/spring-projects/spring-metrics/blob/master/gradle/ciBuild.sh
44

5-
SWITCHES="-s --console=plain"
5+
SWITCHES="-s --console=plain --continue"
66

77
if [ $TRAVIS_EVENT_TYPE == 'pull_request' ]; then
88
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"

0 commit comments

Comments
 (0)