Add back in missing fields to work around Puppet bug.
[puppet-modules/puppetlabs-apt.git] / .travis.yml
index 0ec5a08732b5d5d469c0dcd0d194344513f32f81..c4bb092a71dc3becfe5062b19c09558e6d42e65f 100644 (file)
@@ -1,16 +1,19 @@
-language: ruby
-rvm:
-  - 1.8.7
-before_script:
-after_script:
-script: "rake spec_full"
+---
 branches:
   only:
     - master
+language: ruby
+bundler_args: --without development
+script: bundle exec rake spec SPEC_OPTS='--format documentation'
+rvm:
+  - 1.8.7
+  - 1.9.3
+  - 2.0.0
 env:
-  - PUPPET_VERSION=2.7.13
-  - PUPPET_VERSION=2.7.6
-  - PUPPET_VERSION=2.6.9
+  matrix:
+    - PUPPET_GEM_VERSION="~> 3.3.0"
+    - PUPPET_GEM_VERSION="~> 3.4.0"
+matrix:
+  fast_finish: true
 notifications:
   email: false
-gemfile: .gemfile