Travis: -> new architecture; - short mode; + race detector

If sudo is not needed, Travis will run the builds in a faster containerized architecture.

Removed "-short", added "-race". Wall time loss seems reasonable.
This commit is contained in:
Filippo Valsorda 2015-08-19 17:36:44 +01:00
parent c50a9fc91d
commit 1663d71c5d
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: go
sudo: false
go:
- 1.4
- 1.5rc1
script:
- go test -short -bench=.
- go test -race -bench=.