Skip to content

Commit

Permalink
Merge pull request #23 from webmozart/ci
Browse files Browse the repository at this point in the history
Restriced CI builds to the master branch and PRs
  • Loading branch information
webmozart committed Aug 15, 2016
2 parents 72f5876 + ae36afb commit 3211236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
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
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 3211236

Please sign in to comment.