Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
VMitov committed Sep 25, 2017
1 parent 9ad218f commit 5655c25
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 @@ -11,13 +11,15 @@ jobs:
os: linux
install:
- go get github.com/golang/lint/golint
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
before_script:
- go vet ./...
- test -z "$(gofmt -s -l . 2>&1 | grep -v vendor | tee /dev/stderr)"
- golint -set_exit_status $(go list ./...)
- docker-compose up -d
script:
script:
- ginkgo -r -cover -coverpkg=./... -trace -race
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci
Expand All @@ -27,7 +29,7 @@ jobs:
install: skip
before_script:
- docker-compose up -d
script: go test -race ./... -full
script: go test -race ./... -full
go: 1.x
os: linux
- <<: *test
Expand Down

0 comments on commit 5655c25

Please sign in to comment.