Browse Source

Fix travis build on 1.9.4

DarthSim 7 years ago
parent
commit
74b0a672c6
1 changed files with 1 additions and 1 deletions
  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