Skip to content

Instantly share code, notes, and snippets.

View mrvnmchm's full-sized avatar
🎯
Focusing

Marvin M. Michum mrvnmchm

🎯
Focusing
View GitHub Profile
@mrvnmchm
mrvnmchm / .travis.yml
Created October 31, 2019 18:58 — forked from willprice/.travis.yml
How to set up TravisCI for projects that push back to github
# Ruby is our language as asciidoctor is a ruby gem.
lang: ruby
before_install:
- sudo apt-get install pandoc
- gem install asciidoctor
script:
- make
after_success:
- .travis/push.sh
env: