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 13, 2015
1 parent d7ca17c commit 1e712b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: ruby
sudo: false
script:
- bundle exec rake spec
notifications:
email: false
hipchat:
rooms:
secure: aDLxsoJYMeKU/ehCug0xSOdZk6OICxgwRlisZ38UvyDqsg5vWFcxNa2aj+oP/bPb70ZFzUtKYmVe3W4Nz5nz3JaBK/+x1VQZhtoX+x8rQMIbcUz5DNiNgH2w/5PS6F75V5f6CzpGeMLSSqt5lLr/vKfHEPaIVjpkVlN+6DXskIs=
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view: %{compare_url}"
- "Build details: %{build_url}"
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 1e712b1

Please sign in to comment.