We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb8cf commit a4ede10Copy full SHA for a4ede10
settings.gradle
@@ -0,0 +1 @@
1
+include '3.3.x', '3.2.x'
travis-build.sh
@@ -1,16 +1,12 @@
#!/bin/bash
2
set -e
3
-cd 3.2.x
4
-./gradlew clean check --stacktrace
5
-cd ../3.3.x
6
+./gradlew check
7
8
EXIT_STATUS=0
9
10
echo "Publishing Docs For Branch $TRAVIS_BRANCH"
11
if [[ $TRAVIS_BRANCH =~ ^master$ && $TRAVIS_PULL_REQUEST == 'false' ]]; then
12
13
- cd ../
14
./gradlew ascii || EXIT_STATUS=$?
15
echo "Docs status: $EXIT_STATUS"
16
0 commit comments