diff --git a/.travis.yml b/.travis.yml index 6d2bb32..ae2984f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: - make lint - make vet - make test - - if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9 osx" -arch="amd64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi + - if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9 darwin" -arch="amd64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi deploy: provider: releases @@ -33,7 +33,7 @@ deploy: file_glob: true file: - gtfstidy.*.windows.*.exe - - gtfstidy.*.osx.* + - gtfstidy.*.darwin.* - gtfstidy.*.linux.* - gtfstidy.*.freebsd.* - gtfstidy.*.openbsd.*