From 4b681f9207b99b873e76293d0c141fcf28302829 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sat, 7 Jun 2014 19:14:11 +0200 Subject: Don't build with Go 1.0 Its cgo linker doesn't support statically linking C libraries. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3