mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Added vendor test
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,8 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.13.x"
|
- "1.18.x"
|
||||||
- "1.14.x"
|
- "1.17.x"
|
||||||
- "tip"
|
- "tip"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
@@ -66,6 +66,14 @@ script:
|
|||||||
- revel new --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3 --package revelframework.com
|
- revel new --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3 --package revelframework.com
|
||||||
- revel test --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3
|
- revel test --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3
|
||||||
|
|
||||||
|
# Check vendored version of revel
|
||||||
|
- cd $INITIALWD
|
||||||
|
- revel new --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp4 --package revelframework.com
|
||||||
|
- cd my/testapp4
|
||||||
|
- go mod vendor
|
||||||
|
- cd ../..
|
||||||
|
- revel test --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp4
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|||||||
Reference in New Issue
Block a user