You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osem_notify/.travis.yml

16 lines
221 B
YAML

language: go
go:
- "1.x"
6 years ago
script: ".scripts/build_crossplatform.sh $TRAVIS_TAG"
deploy:
provider: releases
api_key: "$GITHUB_OAUTH_TOKEN"
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true