Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from wjzijderveld/test-against-sf3
Browse files Browse the repository at this point in the history
Updated php and symfony test coverage
  • Loading branch information
othillo committed Dec 28, 2015
2 parents bb9bdb8 + 6d90dbf commit 9bdf16b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7

env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"
- SYMFONY_VERSION="2.7.*"
- SYMFONY_VERSION="2.8.*"
- SYMFONY_VERSION="3.0.*"

before_script:
- composer require symfony/http-kernel:${SYMFONY_VERSION}
Expand Down

0 comments on commit 9bdf16b

Please # to comment.