Browse Source

Remove go versions in CI with no strings.Builder

tags/v0.1.2
Ian Coleman 3 years ago
parent
commit
5e0ad22508
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml View File

@@ -1,9 +1,10 @@
sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master

Loading…
Cancel
Save