Skip to content

Commit

Permalink
Switch the PHP ext jobs to a whitelist rather than a blacklist
Browse files Browse the repository at this point in the history
Any new PHP version added in the future will be a PHP 7.x one, not a 5.x one, and so should not have a job for the extension.
  • Loading branch information
stof authored Mar 2, 2018
1 parent 067ade1 commit 738f17b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ php:

env:
- TWIG_EXT=no
- TWIG_EXT=yes

before_install:
# turn off XDebug
Expand Down Expand Up @@ -47,12 +46,9 @@ matrix:
- php: 5.3
dist: precise
env: TWIG_EXT=no
exclude:
- php: 7.0
- php: 5.4
env: TWIG_EXT=yes
- php: 7.1
- php: 5.5
env: TWIG_EXT=yes
- php: 7.2
env: TWIG_EXT=yes
- php: nightly
- php: 5.6
env: TWIG_EXT=yes

0 comments on commit 738f17b

Please sign in to comment.