Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6e6ca16

Browse files
committed
Support additional SF versions in .travis.yml
1 parent 0b96938 commit 6e6ca16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ php:
66

77
env:
88
- SYMFONY_VERSION=2.1.*
9-
- SYMFONY_VERSION=dev-master
9+
- SYMFONY_VERSION=2.2.*
10+
- SYMFONY_VERSION=2.3.*
1011

1112
before_script:
1213
- composer install --dev

0 commit comments

Comments
 (0)