1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 16:21:46 +00:00
comply/vendor/github.com/containous/go-bindata/.travis.yml
2019-07-14 13:51:10 -03:00

19 lines
305 B
YAML

language: go
go:
- 1.x
install:
- echo "TRAVIS_GO_VERSION=$TRAVIS_GO_VERSION"
deploy:
- provider: releases
api_key: ${GITHUB_TOKEN}
file: dist/go-bindata
skip_cleanup: true
overwrite: true
file_glob: true
on:
tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.x$