Update .travis.yml

This commit is contained in:
nanosonde 2019-01-04 16:50:58 +01:00 committed by GitHub
parent 7dbd36eb7b
commit 3bff47c974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,11 @@ before_script:
- cmake ..
script: make
deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file: "port/arduino/knx-arduino-1.0.0.zip"
skip_cleanup: true
on:
tags: true