1
0
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:
Stephen Whitworth 2016-05-21 19:16:26 +01:00
commit 3fbf507799

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