1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-04-15 11:46:33 +02:00

TravisCI no longer works correctly with golang 1.6 and below

This commit is contained in:
Bob Briski 2018-09-12 12:13:24 -07:00 committed by Andy Grunwald
parent 70d5e30693
commit 585c37f6dc

View File

@ -3,9 +3,6 @@ language: go
sudo: false
go:
- "1.4.x"
- "1.5.x"
- "1.6.x"
- "1.7.x"
- "1.8.x"
- "1.9.x"