We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54e7f5 commit d0349ceCopy full SHA for d0349ce
.travis.yml
@@ -6,7 +6,7 @@ services:
6
install:
7
- export PATH=$PATH:$HOME/gopath/bin
8
- export REVEL_BRANCH="develop"
9
- - '[[ "$TRAVIS_BRANCH" == "master" ]] && export REVEL_BRANCH="master"'
+ - '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/...
12
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
0 commit comments