Skip to content

Commit 4bf3c36

Browse files
committed
update Symfony versions used on Travis
* Symfony 2.7 is stable * add build for Symfony 2.8.x@dev
1 parent b38db72 commit 4bf3c36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ matrix:
2626
- php: 5.5
2727
env: SYMFONY_VERSION=2.6.*
2828
- php: 5.5
29-
env: SYMFONY_VERSION='2.7.*@dev'
29+
env: SYMFONY_VERSION='2.7.*'
30+
- php: 5.5
31+
env: SYMFONY_VERSION='2.8.*@dev'
3032
allow_failures:
3133
- php: nightly
3234
- php: hhvm-nightly

0 commit comments

Comments
 (0)