Skip to content

Commit

Permalink
Restriced CI builds to the master branch and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Aug 15, 2016
1 parent 72f5876 commit ae36afb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: php

sudo: false

branches:
only:
- master

cache:
directories:
- $HOME/.composer/cache/files
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ build: false
platform: x86
clone_folder: c:\projects\webmozart\console

branches:
only:
- master

cache:
- c:\php -> appveyor.yml

Expand Down

0 comments on commit ae36afb

Please sign in to comment.