This should make gox a little nicer

This commit is contained in:
Edward Muller
2019-10-13 17:02:25 -07:00
parent ad9f41a0cd
commit 08cf62cb80
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ "$TRAVIS_GO_VERSION" =~ ^1\.12\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
/tmp/gox/gox -build-lib -all
$(go env GOPATH)/bin/gox -build-lib
fi