summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 16:47:37 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 16:47:37 +0200
commita15cfe993f126ba41f47b67e272b8c2894fd3e53 (patch)
treee9ba4b0308b9c7e31e662e99827572ef86185ca9 /.travis.yml
parent0ea6ff40bfa5c142fed138a9cb6eb1fbb4aa6a2e (diff)
travis: Newlines and no need for bundler_args
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
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: