diff --git a/.travis.yml b/.travis.yml index a1c151c..91d9809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,6 @@ install: - echo $PATH - pwd script: - - go test -v github.com/revel/cmd/revel/... - # Ensure the new-app flow works (plus the other commands). #- revel version #- 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 -m prod + - go test -v github.com/revel/cmd/revel/... + matrix: allow_failures: - go: tip