Skip to content

Commit

Permalink
quick before slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attachmentgenie committed Sep 13, 2020
1 parent 1cdb517 commit cd52b09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ go:
- "1.13.x"
- "1.14.x"

before_install:
- make docker_start
- sleep 30

install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
Expand All @@ -22,6 +18,8 @@ script:
- make errcheck
- make vet
- make test
- make docker_start
- sleep 30
- make testacc

branches:
Expand Down

0 comments on commit cd52b09

Please sign in to comment.