Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Enable Travis go -race tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Sep 4, 2014
1 parent c1b3085 commit 858c726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ go:
- 1.2
- tip

install: true
install:
- go build -race -v ./

script:
- echo "Done"
- go test -race ./tests/...

0 comments on commit 858c726

Please sign in to comment.