Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c6204 commit 9c40a81Copy full SHA for 9c40a81
.travis.yml
@@ -5,7 +5,7 @@ services:
5
- redis-server
6
install:
7
- export PATH=$PATH:$HOME/gopath/bin
8
- - export REVEL_BRANCH="master"
+ - export REVEL_BRANCH="develop"
9
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
10
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
11
- go get -v github.com/revel/revel/...
0 commit comments