Skip to content

Commit

Permalink
remove PHP 5.3.3 from travis test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Jun 4, 2015
1 parent ea6ddb4 commit c9d93cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ env:

matrix:
include:
- php: 5.3.3
- php: 5.3
env: SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
- php: 5.5
env: SYMFONY_VERSION=2.3.*
- php: 5.5
env: SYMFONY_VERSION=2.6.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.5
env: SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak

Expand Down

0 comments on commit c9d93cf

Please sign in to comment.