summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Holt <[email protected]>2016-08-02 10:55:38 -0600
committerMatthew Holt <[email protected]>2016-08-02 10:55:38 -0600
commit5ac04b91bb92829711bf15499f6907593cd49728 (patch)
treed8c3fed71cb7d844417ebed705e3838c273cf082 /.travis.yml
parent1b1aecb1e647f04201e98cd2904271cdefca1043 (diff)
downloadcaddy-5ac04b91bb92829711bf15499f6907593cd49728.tar.gz
caddy-5ac04b91bb92829711bf15499f6907593cd49728.zip
Add -race to CI tests; use Go 1.6.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c121a7025..0843e1143 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
go:
- - 1.6.2
+ - 1.6.3
- tip
env:
@@ -24,7 +24,7 @@ script:
- diff <(echo -n) <(gofmt -s -d .)
- ineffassign .
- go vet ./...
- - go test ./...
+ - go test -race ./...
after_script:
- golint ./...