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 12afdc1 commit 77a032eCopy full SHA for 77a032e
.travis.yml
@@ -27,10 +27,16 @@ script:
27
- revel package my/testapp
28
29
# Build & run the sample apps
30
+ # Sleep between tests to avoid spurious "address already in use" failures.
31
- revel test github.com/robfig/revel/samples/booking
32
+ - sleep 5
33
- revel test github.com/robfig/revel/samples/chat
34
35
- revel test github.com/robfig/revel/samples/facebook-oauth2
36
37
- revel test github.com/robfig/revel/samples/twitter-oauth
38
39
- revel test github.com/robfig/revel/samples/validation
40
41
42
0 commit comments