diff options
author | Dan Bode <bodepd@gmail.com> | 2012-05-25 14:04:05 -0700 |
---|---|---|
committer | Dan Bode <bodepd@gmail.com> | 2012-05-25 14:04:05 -0700 |
commit | 097a1ae83a3f43b639eb3608d3ae83aa33f7b43e (patch) | |
tree | 68e416120b8632f0eb20c8564d6afd40a24f108a /.travis.yml | |
parent | 25652f4645e09a89a3e5d749958f89d00050175d (diff) | |
parent | 6bdc09719a58e83c9f4fd17832540807f446838a (diff) | |
download | puppet-tftp-097a1ae83a3f43b639eb3608d3ae83aa33f7b43e.tar.gz puppet-tftp-097a1ae83a3f43b639eb3608d3ae83aa33f7b43e.tar.bz2 |
Merge pull request #5 from branan/update_module_layout
Update for new module template
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 32d262a..0ec5a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ 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" +script: "rake spec_full" branches: only: - master @@ -14,3 +13,4 @@ env: - PUPPET_VERSION=2.6.9 notifications: email: false +gemfile: .gemfile |