1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 17:31:47 +00:00
comply/vendor/github.com/containous/go-bindata/.travis.yml

19 lines
305 B
YAML
Raw Normal View History

2019-07-14 16:51:10 +00:00
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$