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 15, 2015
1 parent d7ca17c commit b85d9b0
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: ZnXjXpfn2I11z1/x4DS+o2YnTW5Gll8xMOXvF68HyTQTtJCgIXVzmyq6w1oNAKDBEOm6jWJ6kQA2fD2GSktk+Py0hDkNs232BGDf1nvQ7naBXZMfpkdwVG4hYNR20iirJW5FN2BaqoU8KusForv/Sp6veQkVo7Tw0BjfgFiJKP8=
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 b85d9b0

Please sign in to comment.