1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-08 12:30:10 +02:00

turning off support for Go 1.11 and 1.12 in .travis.yml

This commit is contained in:
Bruce Wang 2019-11-26 10:18:10 +08:00
parent 922776151e
commit 86a71c3e24

View file

@ -1,8 +1,6 @@
sudo: false
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
before_install: