From cf1bd23d5853bf71c8ff256a12b90beba556e1e9 Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Wed, 13 Jan 2016 15:45:33 -0800 Subject: Only test master branch and PRs --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1