mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-08-05 13:43:40 -07:00
Run tests with the race detector
At some point recently this was fixed (maybe investigate more and figure out how/why this has been resolved?) Add Go 1.10 to Travis CI.
This commit is contained in:
+6
-4
@@ -3,12 +3,14 @@ go_import_path: github.com/kevinburke/ssh_config
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- tip
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- master
|
||||
|
||||
before_script:
|
||||
- go get -u ./...
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make race-test
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
Eugene Terentev <eugene@terentev.net>
|
||||
Kevin Burke <kev@inburke.com>
|
||||
Sergey Lukjanov <me@slukjanov.name>
|
||||
Wayne Ashley Berry <wayneashleyberry@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user