Skip to content

Instantly share code, notes, and snippets.

View kipkurui's full-sized avatar

Caleb Kibet kipkurui

View GitHub Profile
@kipkurui
kipkurui / .travis.yml
Last active August 21, 2018 07: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: