We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd6b6a commit e0b9063Copy full SHA for e0b9063
.travis.yml
@@ -19,7 +19,11 @@ matrix:
19
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
20
- go: 1.8
21
22
- - go: 1.8
+ - go: 1.9
23
+ env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
24
+ - go: "1.10"
25
26
27
env: TEST_WITH_REAL_API=1
28
- go: tip
29
0 commit comments