Skip to content

Commit 9f6399f

Browse files
committed
Switch Symfony 2.6 to stable and test on 2.7 and master
1 parent 59e1b50 commit 9f6399f

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)