Skip to content

Commit

Permalink
Moved test cases to run last
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy@gmail.com committed Apr 30, 2020
1 parent ad694c0 commit 1d9df25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d9df25

Please sign in to comment.