Skip to content

Commit

Permalink
Update travis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Jan 3, 2019
1 parent 7d4b33a commit befd5b9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ language: php
branches:
only:
- master

matrix:
include:
- php: 7.0
- php: 7.2
env: SYMFONY_VERSION=2.3.*
- php: 7.0
- php: 7.2
env: SYMFONY_VERSION=2.8.*
- php: 7.0
env: SYMFONY_VERSION=3.1.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.0.*
- php: 7.2
env: SYMFONY_VERSION=4.1.*
- php: 7.2
env: SYMFONY_VERSION=4.2.*

before_install:
# Disable xdebug for improved performance
Expand Down

0 comments on commit befd5b9

Please sign in to comment.