Skip to content

Commit 0cae3cf

Browse files
committed
Merge pull request #1052 from xabbuh/travis-symfony-version
update Symfony versions used on Travis
2 parents 8eb2591 + 4bf3c36 commit 0cae3cf

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)