Skip to content

Instantly share code, notes, and snippets.

View Kyrremann's full-sized avatar
🐘

Kyrre Havik Kyrremann

🐘
View GitHub Profile
@Kyrremann
Kyrremann / .travis.yml
Created January 16, 2019 21:28 — 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: