Skip to content

Commit

Permalink
Setup multi project build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffscottbrown committed Nov 27, 2017
1 parent 6ebb8cf commit a4ede10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include '3.3.x', '3.2.x'
6 changes: 1 addition & 5 deletions travis-build.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
#!/bin/bash
set -e
cd 3.2.x
./gradlew clean check --stacktrace
cd ../3.3.x
./gradlew clean check --stacktrace
./gradlew check

EXIT_STATUS=0

echo "Publishing Docs For Branch $TRAVIS_BRANCH"
if [[ $TRAVIS_BRANCH =~ ^master$ && $TRAVIS_PULL_REQUEST == 'false' ]]; then

cd ../
./gradlew ascii || EXIT_STATUS=$?
echo "Docs status: $EXIT_STATUS"

Expand Down

0 comments on commit a4ede10

Please sign in to comment.