Skip to content

Commit

Permalink
changing the way we test
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Nov 29, 2018
1 parent efa63ef commit 2bee234
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: go

sudo: false
install: false

matrix:
include:
Expand Down Expand Up @@ -29,6 +30,6 @@ matrix:
env:
- GO111MODULE=on

install: make deps

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

0 comments on commit 2bee234

Please sign in to comment.