see if I can get travis to work

This commit is contained in:
Tommy Parnell
2015-06-17 15:08:38 -07:00
parent 67eea1ef16
commit 366cc829f2
9 changed files with 130 additions and 4 deletions

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: ruby
install:
- sudo apt-get update
- sudo apt-get install puppet
- puppet module install puppetlabs-apt
- puppet apply assets/puppet/site.pp
- bundle
script:
- bundle exec rake preflight
notifications:
email:
- tparnell8@gmail.com
gemfile: Gemfile