summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c0b640e..b01e121 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
rvm: 2.0
gemfile: Gemfile
+# This prevents testing branches that are created just for PRs
+branches:
+ only:
+ - master
+
+
sudo: false
script: bundle exec rake pedant