Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazzani committed Sep 23, 2018
1 parent db595df commit 76f43a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: minimal
script: tar zcvf guide.tar.gz *.xmltv
deploy:
provider: releases
api_key: $GITHUB_API_TOKEN
file: "guide.tar.gz"
skip_cleanup: true

0 comments on commit 76f43a9

Please sign in to comment.