From a15cfe993f126ba41f47b67e272b8c2894fd3e53 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 16:47:37 +0200 Subject: travis: Newlines and no need for bundler_args --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f34c2e3..f57f334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ --- language: ruby sudo: false + branches: only: - master -bundler_args: --without system_tests -script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" + +script: "bundle exec rake test SPEC_OPTS='--format documentation'" + matrix: fast_finish: true include: -- cgit v1.2.3