Skip to content

Commit

Permalink
(MAINT) Set up Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLilah committed May 14, 2015
1 parent d7ca17c commit 5b17452
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: ruby
sudo: false
script:
- bundle exec rake spec
notifications:
email: false
hipchat:
secure: ROK96oeuGug+8ctuIVFZyZ69ufcGuslohWXMzPoNYSFDUAq1NoufiOZGfahZ3jBXi6mVllycSHF4Kzc2s6DmFPkhQ4sdTMwrTXseO9tF1x3+lu7yEb3N3qwETbVwn33MmwohTaXX/gPELCMxpGtQgZ4eLmBRQuIgleuVviHo4Og=
rvm:
- 2.1.5
- 2.0.0
- 1.9.3
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-hocon.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-hocon)

#HOCON file

####Table of Contents
Expand Down

0 comments on commit 5b17452

Please sign in to comment.