Skip to content

Commit

Permalink
Only min and max php version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 2, 2018
1 parent 53caac1 commit df721a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ matrix:
- php: nightly
# We exclude some combinations not usefull to save Travis CPU
exclude:
- php: '5.4'
env: DB=mysql
- php: '5.5'
env: DB=mysql
- php: '5.6'
env: DB=mysql
- php: '7.0'
env: DB=mysql
- php: '5.4'
env: DB=postgresql
- php: '5.5'
Expand Down

0 comments on commit df721a5

Please sign in to comment.