Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c40a81

Browse files
committed
Changes travis CI config branch back to develop
1 parent 83c6204 commit 9c40a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- redis-server
66
install:
77
- export PATH=$PATH:$HOME/gopath/bin
8-
- export REVEL_BRANCH="master"
8+
- export REVEL_BRANCH="develop"
99
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
1010
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
1111
- go get -v github.com/revel/revel/...

0 commit comments

Comments
 (0)