diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-17 09:03:28 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-17 09:03:28 -0700 |
commit | 9038a12755c60ce3a7da3cac7274cadcf82057dc (patch) | |
tree | 9118eb6838bfdd39ba20230b8e5c01be98fe8960 | |
parent | 50fcf03f10e27c10efeac2eb29615078e7b0881f (diff) | |
download | puppet-tftp-9038a12755c60ce3a7da3cac7274cadcf82057dc.tar.gz puppet-tftp-9038a12755c60ce3a7da3cac7274cadcf82057dc.tar.bz2 |
Add inetd to the travis config
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c7970d1..32d262a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: ruby rvm: - 1.8.7 before_script: + - "git clone git://github.com/puppetlabs/puppetlabs-inetd.git spec/fixtures/modules/inetd" after_script: script: "rake spec" branches: |