Explorar el Código

Fix travis build on 1.9.4

DarthSim hace 7 años
padre
commit
74b0a672c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,4 +15,4 @@ install:
   - tar -xzvf vips-$VIPS_VERSION.tar.gz
   - pushd vips-$VIPS_VERSION && ./configure --prefix=/usr && make && sudo make install && popd
 script:
-  - go build
+  - CGO_LDFLAGS_ALLOW="-s|-w" go build