aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBranan Purvine-Riley <branan@puppetlabs.com>2012-05-25 12:07:36 -0700
committerBranan Purvine-Riley <branan@puppetlabs.com>2012-05-25 12:30:24 -0700
commit6bdc09719a58e83c9f4fd17832540807f446838a (patch)
tree68e416120b8632f0eb20c8564d6afd40a24f108a /.travis.yml
parent25652f4645e09a89a3e5d749958f89d00050175d (diff)
downloadpuppet-tftp-6bdc09719a58e83c9f4fd17832540807f446838a.tar.gz
puppet-tftp-6bdc09719a58e83c9f4fd17832540807f446838a.tar.bz2
Update for the new module template
* Add `rake spec_full` and friends * Remove recursive symlink * Prepend fixtures modulepath instead of overriding * Update travis config to use spec_full
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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