1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

Travis: drop support for go 1.3

Fixes #133 and #134, temporary workaround for #129 so we can continue
testing.
This commit is contained in:
Richard Townsend 2016-05-21 18:27:24 +01:00
parent 7912498413
commit 71c761e7df

View File

@ -1,9 +1,13 @@
language: go
go:
- 1.3
go:
- 1.4
- 1.5
- 1.6
- release
- tip
env:
# Temporary workaround for go 1.6
- GODEBUG=cgocheck=0
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev