We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db76065 commit 9619b10Copy full SHA for 9619b10
.travis.yml
@@ -13,7 +13,8 @@ cache:
13
- $HOME/.gradle/caches/
14
- $HOME/.gradle/wrapper/
15
16
-install: true
+install:
17
+ - echo "Skipping 'gradle assemble' step"
18
19
script:
20
- ./gradle/ciBuild.sh
gradle/ciBuild.sh
@@ -2,7 +2,7 @@
2
# This script will build the project.
3
# Shamelessly "borrowed" from https://github.com/spring-projects/spring-metrics/blob/master/gradle/ciBuild.sh
4
5
-SWITCHES="-s --console=plain"
+SWITCHES="-s --console=plain --continue"
6
7
if [ $TRAVIS_EVENT_TYPE == 'pull_request' ]; then
8
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"
0 commit comments