summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: