Skip to content

Commit 6290e52

Browse files
committed
Merge branch 'master' into preserve-request-uri
2 parents d7f533f + dd9995e commit 6290e52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ matrix:
2929
env:
3030
- GO111MODULE=on
3131

32-
install: make deps
32+
install: false
3333

34-
script: make ci-test
34+
script:
35+
- go get -v -t ./...
36+
- go test -v -timeout=5s -race ./...

0 commit comments

Comments
 (0)