Skip to content

Commit

Permalink
Remove php 5.3 from travis configuration
Browse files Browse the repository at this point in the history
php 5.3  is no longer used in production and PR is not compatible with
it.
  • Loading branch information
GRyall committed Jul 14, 2020
1 parent 6e1dfcf commit fa9b17a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ env: DB=mysql

jobs:
include:
# N.B. Ubuntu Precise required to use PHP 5.3
- dist: precise
env: DB=mysql
php: '5.3'
- env: DB=sqlite
php: '5.6'
allow_failures:
Expand Down

0 comments on commit fa9b17a

Please sign in to comment.