Skip to content

Commit 5661c29

Browse files
committed
fixup travis definition
1 parent 4e1fb96 commit 5661c29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
- linux
77
- osx
88
go:
9+
- 1.5.x
910
- 1.6.x
1011
- 1.7.x
1112
- 1.8.x
@@ -25,15 +26,15 @@ matrix:
2526
# https://github.com/travis-ci/travis-ci/issues/10309
2627
- go: 1.6.x
2728
os: osx
29+
- go: 1.5.x
30+
os: osx
2831
include:
2932
- os: windows
3033
go: 1.12.x
3134
- os: windows
3235
go: 1.13.x
3336
- os: windows
3437
go: tip
35-
- os: linux
36-
go: 1.5.x
3738

3839
before_install:
3940
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi
@@ -47,7 +48,7 @@ script:
4748
[ $TRAVIS_GO_VERSION == "tip" ]; then
4849
make ci-test;
4950
else
50-
make get-deps
51+
make get-deps;
5152
make unit-old-go-race-cover;
5253
fi
5354
fi

0 commit comments

Comments
 (0)