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 ddae92c commit 1f2fd8dCopy full SHA for 1f2fd8d
.travis.yml
@@ -22,11 +22,14 @@ script:
22
- go test -v github.com/revel/revel...
23
24
# Ensure the new-app flow works (plus the other commands).
25
+ - revel version
26
- revel new my/testapp
27
- revel test my/testapp
28
- revel clean my/testapp
29
- revel build my/testapp build/testapp
30
+ - revel build my/testapp build/testapp prod
31
- revel package my/testapp
32
+ - revel package my/testapp prod
33
34
# Build & run the sample apps
35
- revel test github.com/revel/samples/booking
0 commit comments