Skip to content

Instantly share code, notes, and snippets.

View kipkurui's full-sized avatar

Caleb Kibet kipkurui

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kipkurui on github.
  • I am calkibet (https://keybase.io/calkibet) on keybase.
  • I have a public key ASArXwFUb0aPVoNEuZ2i_9eHMTNQJfyBks6JYZAA4yfFago

To claim this, I am signing this object:

@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: