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
Fixes wrong command in travis
keep-around/cb643472eeeaf06badf6fa4cc3e1df4aed625912
Kris Kwiatkowski
5 years ago
parent
3c361d8664
commit
180616d129
1 changed files
with
1 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-9
.travis.yml
+ 1
- 9
.travis.yml
View File
@@ -7,16 +7,8 @@ services:
go:
- 1.11.x
env:
- TEST_SUITE=test-unit
- TEST_SUITE=test-bogo
- TEST_SUITE=test-interop
matrix:
fast_finish: true
before_install:
- make -f _dev/Makefile fmtcheck
script:
- go test -v -r=.
- go test -v -run=.
Write
Preview
Loading…
Cancel
Save