Skip to content

Commit 5fd9d8f

Browse files
committed
build against Symfony 2.6 instead of Symfony 3.0
After the `2.6` branch has been created on the Symfony repository, the `master` branch has become the development branch for `3.0`. However, builds should still happen for `2.6@dev` instead of `3.0@dev` for now.
1 parent 9d5f88e commit 5fd9d8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ php:
55
- 5.4
66
- 5.5
77
- hhvm
8-
8+
99
branches:
1010
only:
1111
- master
@@ -18,7 +18,9 @@ matrix:
1818
- php: 5.5
1919
env: SYMFONY_VERSION=2.4.*
2020
- php: 5.5
21-
env: SYMFONY_VERSION='dev-master'
21+
env: SYMFONY_VERSION='2.6.*@dev'
22+
- php: 5.5
23+
env: SYMFONY_VERSION='2.7.*@dev'
2224

2325
before_script:
2426
- composer self-update

0 commit comments

Comments
 (0)