Skip to content

Commit

Permalink
Use 3.2.x docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 19, 2016
1 parent dcfdbee commit 18f4939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
cd ..
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git grails-doc
cd grails-doc
git branch --track 3.1.x remotes/origin/3.1.x
git checkout 3.1.x
git branch --track 3.2.x remotes/origin/3.2.x
git checkout 3.2.x

echo "grails.version=${TRAVIS_TAG:1}" > gradle.properties
git add gradle.properties
Expand Down

0 comments on commit 18f4939

Please sign in to comment.