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 cafe3a7 commit bae52cbCopy full SHA for bae52cb
.travis.yml
@@ -6,7 +6,7 @@ services:
6
install:
7
- export PATH=$PATH:$HOME/gopath/bin
8
- export REVEL_BRANCH="develop"
9
- - [[ "$TRAVIS_BRANCH" -eq "master" ]] && export REVEL_BRANCH="master"
+ - '[[ "$TRAVIS_BRANCH" -eq "master" ]] && export REVEL_BRANCH="master"'
10
- go get -v github.com/revel/revel/...
11
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
12
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/
0 commit comments