Browse Source

Update Golang versions on Travis CI

tags/v0.1.0
Shuhei Kitagawa 5 years ago
parent
commit
266d7ff9e8
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml

+ 5
- 5
.travis.yml View File

@@ -1,9 +1,9 @@
sudo: false
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

Loading…
Cancel
Save