ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Disable Travis Go 1.6 tests on OS X #232

Closed ChimeraCoder closed 6 years ago

ChimeraCoder commented 6 years ago

The OS X images on Travis for Go 1.6 are broken and fail to start, causing the entire build to fail. This patch will keep testing 1.6 on Linux, but OS X will only be tested from 1.7 onward.

This will fix the build failures on https://github.com/ChimeraCoder/anaconda/pull/222.