mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-25 13:48:49 +08:00
Merge pull request #137 from Sentimentron/fix-travis
Travis: drop support for go 1.3
This commit is contained in:
commit
3fbf507799
@ -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