Skip to content

Commit

Permalink
Eliminate double CI builds on PRs
Browse files Browse the repository at this point in the history
As suggested by this answer: https://stackoverflow.com/a/31882307
  • Loading branch information
mattbrictson committed Jun 23, 2019
1 parent 972e755 commit 8e135f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: ruby
cache: bundler
branches:
only:
- master
rvm:
- 1.9
- 2.0
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: '{build}'

skip_tags: true

skip_branch_with_pr: true

environment:
matrix:
- ruby_version: "23"
Expand Down

0 comments on commit 8e135f1

Please sign in to comment.