1
0
mirror of https://github.com/shirou/mqttcli.git synced 2025-05-12 19:29:32 +08:00
mqttcli/.travis.yml
sabith 4fc835ce43 Using travis for CI CD
Signed-off-by: sabith <sabithksme@gmail.com>
2018-07-17 23:00:06 -07:00

16 lines
176 B
YAML

language: go
go:
- master
script: make
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "build/*"
skip_cleanup: true
on:
tags: true