Skip to content

Commit 18f4939

Browse files
committed
Use 3.2.x docs
1 parent dcfdbee commit 18f4939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
8282
cd ..
8383
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git grails-doc
8484
cd grails-doc
85-
git branch --track 3.1.x remotes/origin/3.1.x
86-
git checkout 3.1.x
85+
git branch --track 3.2.x remotes/origin/3.2.x
86+
git checkout 3.2.x
8787

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

0 commit comments

Comments
 (0)