1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-27 04:24:45 +01:00
ytop/.travis.yml

30 lines
366 B
YAML
Raw Normal View History

2019-07-20 02:36:20 +02:00
language: rust
cache: cargo
git:
depth: 1
matrix:
include:
- env: TARGET=x86_64-unknown-linux-gnu
os: linux
install: true
script: ./ci/script.sh
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "./*.tar.gz"
skip_cleanup: true
on:
tags: true
if: tag IS present
notifications:
email:
on_success: never