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:
parent
7912498413
commit
71c761e7df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user