From 1d9df256a04ad32ac0919261229641b6e2bce11c Mon Sep 17 00:00:00 2001 From: "notzippy@gmail.com" Date: Wed, 29 Apr 2020 21:39:19 -0700 Subject: [PATCH] Moved test cases to run last --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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