1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-11-22 03:30:04 -05:00

.travis.yml: Drop go 1.8

The latest encoding/xml now uses sync.Map
This commit is contained in:
Aaron Lindsay 2017-10-02 09:28:09 -04:00
parent 1e55cb8bd7
commit 02f59a7b4f

View File

@ -4,7 +4,6 @@ os:
- linux - linux
go: go:
- 1.8.x
- 1.9.x - 1.9.x
- master - master