Skip to content

Commit 76636e3

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ 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'
34+
- FRAMEWORK_EXTRA_VERSION='~3.0'
35+
- php: 5.5
36+
env:
37+
- SYMFONY_VERSION='dev-master'
3038
- FRAMEWORK_EXTRA_VERSION='~3.0'
3139

3240
before_script:

0 commit comments

Comments
 (0)