Skip to content

Commit d7940cd

Browse files
committed
Test on Symfony 2.6 stable and 2.7 dev
1 parent 59e1b50 commit d7940cd

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)