summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorColleen Murphy <colleen@puppetlabs.com>2014-12-08 10:33:35 -0800
committerColleen Murphy <colleen@puppetlabs.com>2014-12-08 10:33:35 -0800
commita99971827f4769b96a4bed16bbeab3306f97a30c (patch)
tree775da1e35c2c93478dac8f737800b5b39b00d186 /.travis.yml
parent4ebea40e08f20f3eaa36f9decc01be6353e3a804 (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 3ed1153..f531306 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 validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"
matrix:
fast_finish: true