File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,12 @@ install:
29
29
- export REVEL_BRANCH="develop"
30
30
- ' if [[ "$TRAVIS_BRANCH" == "master" ]]; then export REVEL_BRANCH="master"; fi'
31
31
- ' echo "Travis branch: $TRAVIS_BRANCH, Revel dependency branch: $REVEL_BRANCH"'
32
- - go get -v github.com/revel/revel/...
33
- - rm -rf ../config
34
32
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
35
33
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/
36
34
- git clone -b $REVEL_BRANCH git://github.com/revel/config ../config/
37
35
- git clone -b $REVEL_BRANCH git://github.com/revel/cron ../cron/
38
36
- git clone -b $REVEL_BRANCH git://github.com/revel/samples ../samples/
37
+ - go get -v github.com/revel/revel/...
39
38
- go get -v github.com/revel/cmd/revel
40
39
41
40
script :
You can’t perform that action at this time.
0 commit comments