Skip to content

Commit 5c037eb

Browse files
committed
chore: add go 1.15 to travis
1 parent 816bb92 commit 5c037eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ matrix:
66
- go: 1.12.x
77
- go: 1.13.x
88
- go: 1.14.x
9+
- go: 1.15.x
910
- arch: s390x
1011
go: 1.12.x
1112
- arch: s390x
1213
go: 1.13.x
1314
- arch: s390x
1415
go: 1.14.x
15-
16+
- arch: s390x
17+
go: 1.15.x
1618
# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
1719
addons:
1820
apt:

0 commit comments

Comments
 (0)