Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
[travis-ci] Don't build releases
Browse files Browse the repository at this point in the history
Releases are already tested with master branch
  • Loading branch information
Maks3w committed Jun 5, 2015
1 parent 292cd64 commit 529bb35
Showing 1 changed file with 4 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 @@ sudo: false

language: php

branches:
except:
- /^release-.*$/

cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit 529bb35

Please sign in to comment.