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