Make sure we remain race-free in test suite.

master
Robert Gerus 2015-12-09 02:06:33 +01:00
parent a33117ebd6
commit 3bcb605320
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ before_install:
before_script:
- ktserver -dmn -host 127.0.0.1 -port 1337
script:
- go test -v ./...
- go test -race -v ./...
- $HOME/gopath/bin/overalls -project=github.com/arachnist/gorepost -covermode=count -debug
- $HOME/gopath/bin/goveralls -coverprofile=overalls.coverprofile -service=travis-ci