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 12, 2015
1 parent d7ca17c commit 2087472
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: ruby
sudo: false
script:
- "bundle exec rake spec"
notifications:
email: false
hipchat:
rooms:
secure: ASvt1XwEYbgkKuYZjZHytwg/6Y53Tg4T7QhohiDB4Xb1dmJueqPFpV2ko/VjHCa18JjLiUq0nWcDpRjsqaGGvJ5FSxTyyWDKtZsg1sUf4F+7aZ5vq0Dzg8Uzvdu7m9X1Uszvs9zf6wJ+Jobq4xck1xpPYxFT/+ei2Q2STrJ9xwQ=
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- "Change view: %{compare_url}"
- "Build details: %{build_url}"
rvm:
# - 2.2.0
- 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 2087472

Please sign in to comment.