File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
3
go :
4
- - " 1.13 .x"
5
- - " 1.14 .x"
4
+ - " 1.18 .x"
5
+ - " 1.17 .x"
6
6
- " tip"
7
7
8
8
os :
@@ -66,6 +66,14 @@ script:
66
66
- revel new --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3 --package revelframework.com
67
67
- revel test --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp3
68
68
69
+ # Check vendored version of revel
70
+ - cd $INITIALWD
71
+ - revel new --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp4 --package revelframework.com
72
+ - cd my/testapp4
73
+ - go mod vendor
74
+ - cd ../..
75
+ - revel test --gomod-flags "edit -replace=github.com/revel/revel=github.com/revel/revel@$REVEL_BRANCH" -a my/testapp4
76
+
69
77
matrix :
70
78
allow_failures :
71
79
- go : tip
You can’t perform that action at this time.
0 commit comments