Skip to content

Commit ef23d4c

Browse files
committed
Merge pull request #172 from FriendsOfSymfony/symfony-versions
Test on Symfony 2.6 stable and 2.7
2 parents 59e1b50 + d7940cd commit ef23d4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ matrix:
2626
- FRAMEWORK_EXTRA_VERSION='~3.0'
2727
- php: 5.5
2828
env:
29-
- SYMFONY_VERSION='2.6.*@dev'
29+
- SYMFONY_VERSION='2.6.*'
30+
- FRAMEWORK_EXTRA_VERSION='~3.0'
31+
- php: 5.5
32+
env:
33+
- SYMFONY_VERSION='2.7.*@dev'
3034
- FRAMEWORK_EXTRA_VERSION='~3.0'
3135

3236
before_script:

0 commit comments

Comments
 (0)