@@ -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/samples ../samples /
41
+ - git clone -b $REVEL_BRANCH git://github.com/revel/examples ../examples /
42
42
- go get -v github.com/revel/revel/...
43
43
- go get -v github.com/revel/cmd/revel
44
44
@@ -55,18 +55,10 @@ script:
55
55
- revel package my/testapp
56
56
- revel package my/testapp prod
57
57
58
- # Build & run the sample apps
59
- - revel test github.com/revel/samples/booking
60
- - revel test github.com/revel/samples/chat
61
- - revel test github.com/revel/samples/facebook-oauth2
62
- - revel test github.com/revel/samples/twitter-oauth
63
- - revel test github.com/revel/samples/validation
64
- - revel test github.com/revel/samples/upload
65
-
66
58
# Commented out persona test sample, since persona.org gonna be shutdown.
67
59
# Also http://personatestuser.org becomes non-responsive most of the time.
68
60
# https://wiki.mozilla.org/Identity/Persona_Shutdown_Guidelines_for_Reliers
69
- # - revel test github.com/revel/samples /persona
61
+ # - revel test github.com/revel/examples /persona
70
62
71
63
matrix :
72
64
allow_failures :
0 commit comments