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 0ee2408 commit f54e7f5Copy full SHA for f54e7f5
.travis.yml
@@ -7,7 +7,7 @@ install:
7
- export PATH=$PATH:$HOME/gopath/bin
8
- export REVEL_BRANCH="develop"
9
- '[[ "$TRAVIS_BRANCH" == "master" ]] && export REVEL_BRANCH="master"'
10
- - echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"
+ - '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/
13
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/
0 commit comments