This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
th5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds -race and go 1.12
keep-around/cb643472eeeaf06badf6fa4cc3e1df4aed625912
Kris Kwiatkowski
5 years ago
parent
180616d129
commit
12f7b294ba
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View File
@@ -6,9 +6,10 @@ services:
go:
go:
- 1.11.x
- 1.11.x
- 1.12.x
matrix:
matrix:
fast_finish: true
fast_finish: true
script:
script:
- go test -v -run=.
- go test -v -r
ace -r
un=.
Write
Preview
Loading…
Cancel
Save