Skip to content

Commit

Permalink
Only build master and 1.x (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkopac authored Aug 8, 2019
1 parent 8b10419 commit 1612329
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ php:
- '7.3'
- nightly

branches:
only:
- master
- 1.x

before_script:
- |
if [[ "$TRAVIS_PHP_VERSION" == 'nightly' ]]; then
Expand Down

0 comments on commit 1612329

Please sign in to comment.