@@ -38,7 +38,7 @@ install:
38
38
- git clone -b $REVEL_BRANCH git://github.com/revel/cmd ../cmd/
39
39
- git clone -b $REVEL_BRANCH git://github.com/revel/config ../config/
40
40
- git clone -b $REVEL_BRANCH git://github.com/revel/cron ../cron/
41
- - git clone -b $REVEL_BRANCH git://github.com/revel/example ../example/
41
+ - git clone -b $REVEL_BRANCH git://github.com/revel/examples ../example/
42
42
- go get -v github.com/revel/revel/...
43
43
- go get -v github.com/revel/cmd/revel
44
44
@@ -56,12 +56,12 @@ script:
56
56
- revel package my/testapp prod
57
57
58
58
# Build & run the sample apps
59
- - revel test github.com/revel/example /booking
60
- - revel test github.com/revel/example /chat
61
- - revel test github.com/revel/example /facebook-oauth2
62
- - revel test github.com/revel/example /twitter-oauth
63
- - revel test github.com/revel/example /validation
64
- - revel test github.com/revel/example /upload
59
+ - revel test github.com/revel/examples /booking
60
+ - revel test github.com/revel/examples /chat
61
+ - revel test github.com/revel/examples /facebook-oauth2
62
+ - revel test github.com/revel/examples /twitter-oauth
63
+ - revel test github.com/revel/examples /validation
64
+ - revel test github.com/revel/examples /upload
65
65
66
66
# Commented out persona test sample, since persona.org gonna be shutdown.
67
67
# Also http://personatestuser.org becomes non-responsive most of the time.
0 commit comments