Skip to content

Commit

Permalink
fixes travis
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Nov 15, 2018
1 parent e445405 commit 07a53df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ matrix:
env:
- GO111MODULE=on

install: make deps
install: false

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

0 comments on commit 07a53df

Please sign in to comment.