mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Moved test cases to run last
This commit is contained in:
@@ -35,8 +35,6 @@ install:
|
|||||||
- echo $PATH
|
- echo $PATH
|
||||||
- pwd
|
- pwd
|
||||||
script:
|
script:
|
||||||
- go test -v github.com/revel/cmd/revel/...
|
|
||||||
|
|
||||||
# Ensure the new-app flow works (plus the other commands).
|
# Ensure the new-app flow works (plus the other commands).
|
||||||
#- revel version
|
#- revel version
|
||||||
#- revel new my/testapp
|
#- revel new my/testapp
|
||||||
@@ -64,6 +62,8 @@ script:
|
|||||||
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3
|
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3
|
||||||
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3 -m prod
|
- revel package --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@develop" -a my/testapp3 -m prod
|
||||||
|
|
||||||
|
- go test -v github.com/revel/cmd/revel/...
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|||||||
Reference in New Issue
Block a user