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 4e1fb96 commit 5661c29Copy full SHA for 5661c29
.travis.yml
@@ -6,6 +6,7 @@ os:
6
- linux
7
- osx
8
go:
9
+ - 1.5.x
10
- 1.6.x
11
- 1.7.x
12
- 1.8.x
@@ -25,15 +26,15 @@ matrix:
25
26
# https://github.com/travis-ci/travis-ci/issues/10309
27
- go: 1.6.x
28
os: osx
29
+ - go: 1.5.x
30
+ os: osx
31
include:
32
- os: windows
33
go: 1.12.x
34
35
go: 1.13.x
36
37
go: tip
- - os: linux
- go: 1.5.x
38
39
before_install:
40
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
@@ -47,7 +48,7 @@ script:
47
48
[ $TRAVIS_GO_VERSION == "tip" ]; then
49
make ci-test;
50
else
- make get-deps
51
+ make get-deps;
52
make unit-old-go-race-cover;
53
fi
54
0 commit comments