summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ee753a..f34c2e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
---
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'"
matrix: