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.
2 parents 678896c + d6249fd commit 65038b7Copy full SHA for 65038b7
.travis.yml
@@ -30,7 +30,7 @@ install:
30
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
31
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
32
- go get -v github.com/revel/revel/...
33
- - 'if [[ "$TRAVIS_BRANCH" == "develop" ]]; then rm -rf ../config; fi'
+ - rm -rf ../config
34
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
35
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/
36
- git clone -b $REVEL_BRANCH git://github.com/revel/config ../config/
0 commit comments