diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 19:14:11 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 19:14:11 +0200 |
| commit | 4b681f9207b99b873e76293d0c141fcf28302829 (patch) | |
| tree | 6915b9dc5128b525aad744171418a31f28c52259 | |
| parent | a2b14b5be4bf70650f6ec4a7a1ebab7c0a993c81 (diff) | |
Don't build with Go 1.0
Its cgo linker doesn't support statically linking C libraries.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6e480f5..27a1585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.0 - 1.1 - 1.2 - tip |
