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 e9aa5ac commit b6a479dCopy full SHA for b6a479d
.travis.yml
@@ -29,8 +29,8 @@ install:
29
- export REVEL_BRANCH="develop"
30
- 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
31
- 'echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
32
-
33
- go get -v github.com/revel/revel/...
+ - 'if [[ "$TRAVIS_BRANCH" == "develop" ]]; then rm -rf ../config; fi'
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