diff options
author | danielsdeleo <dan@chef.io> | 2016-01-13 15:45:33 -0800 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2016-01-13 15:45:33 -0800 |
commit | cf1bd23d5853bf71c8ff256a12b90beba556e1e9 (patch) | |
tree | 5848fb42aeacffc2d47877af2a427ae5241ff0f2 /.travis.yml | |
parent | 0b8e829663122e09aaafcaf21615f9171225a057 (diff) | |
download | chef-zero-cf1bd23d5853bf71c8ff256a12b90beba556e1e9.tar.gz |
Only test master branch and PRsdont-double-test-pr
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |