Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Putnam <[email protected]>
  • Loading branch information
intelkevinputnam committed May 13, 2019
1 parent fe4bc5e commit 2fa2956
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dist: xenial

# command to run tests
script:
- wget https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-1-amd64.deb
- sudo dpkg -i pandoc-2.7.2-1-amd64.deb
- pandoc -f markdown -t pptx slides.md -o slides.ppt

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: slides.ppt
skip_cleanup: true
on:
tags: true

0 comments on commit 2fa2956

Please sign in to comment.