Do not try to run tests since we do not have any

This commit is contained in:
Tony Blyler 2016-06-17 08:46:36 -04:00
parent e269cde865
commit 9729316082
No known key found for this signature in database
GPG key ID: 25C9D3A655D1A65C

View file

@ -14,6 +14,9 @@ before_install:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
# There are no tests at the moment :(
script: "true"
after_success:
- "[ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ] && gox -ldflags \"-X 'main.buildVersion=${BUILD_VERSION} (${TRAVIS_COMMIT})' -X 'main.buildDate=${DATE}'\" -output \"dist/hoarder_{{.OS}}_{{.Arch}}\" ./cmd/hoarder || false"
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ghr --username tblyler --token "${GITHUB_TOKEN}" --replace --prerelease --debug "${TAG}" dist/ || false'