summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorColleen Murphy <colleen@puppetlabs.com>2014-12-08 10:33:44 -0800
committerColleen Murphy <colleen@puppetlabs.com>2014-12-08 10:33:44 -0800
commit548a96795e7238e1aca4d17b312bee45c2e71618 (patch)
tree6553e2fb876ed5c86ee2224b17c71bafb1c7ac74 /.travis.yml
parentd721c5ea0a85f24487cb73cc53cc25523d48e700 (diff)
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c72d5e2..8cfaf23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
---
language: ruby
-bundler_args: --without development
+bundler_args: --without system_tests
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true