Skip to content

Commit

Permalink
Merge pull request #13 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 authored Aug 15, 2016
2 parents d4f6ff5 + 7592728 commit 8da1486
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\glob

branches:
only:
- master

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

Expand Down

0 comments on commit 8da1486

Please sign in to comment.