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 5d9e48e commit accc8c1Copy full SHA for accc8c1
.travis.yml
@@ -33,6 +33,8 @@ install:
33
- go get -v github.com/revel/revel/...
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/
37
+ - git clone -b $REVEL_BRANCH git://github.com/revel/cron ../cron/
38
- git clone git://github.com/revel/samples ../samples/
39
- go get -v github.com/revel/cmd/revel
40
0 commit comments