Ver código fonte

Fix travis build on 1.9.4

DarthSim 7 anos atrás
pai
commit
74b0a672c6
1 arquivos alterados com 1 adições e 1 exclusões
  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