We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7321407 commit ea4033aCopy full SHA for ea4033a
1 file changed
.travis.yml
@@ -1,11 +1,19 @@
1
sudo: false
2
language: go
3
-go:
4
- - 1.8.x
5
- - 1.9.x
6
- - 1.10.x
7
- - 1.11.x
8
- - master
+
+matrix:
+ include:
+ - go: 1.8.x
+ - go: 1.9.x
+ - go: 1.10.x
9
+ - go: 1.11.x
10
+ - go: master
11
+ - go: 1.8.1
12
+ os: osx
13
+ env: BUILD_TAGS=
14
+ allow_failures:
15
16
17
# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
18
addons:
19
apt:
@@ -71,10 +79,6 @@ env:
71
79
- GO15VENDOREXPERIMENT=1
72
80
matrix:
73
81
- BUILD_TAGS="postgresql mysql"
74
-matrix:
75
- include:
76
- - os: osx
77
- go: 1.8.1
78
- env: BUILD_TAGS=
82
83
after_success:
84
- bash <(curl -s https://codecov.io/bash) -f coverprofile.txt
0 commit comments