Skip to content

Commit 9bb55b1

Browse files
authored
Merge pull request #310 from FriendsOfSymfony/test-symfony-3.1
test with symfony 3.1
2 parents 476023c + da22800 commit 9bb55b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ php:
1919
- hhvm
2020

2121
env:
22-
- SYMFONY_VERSION='3.0.*'
22+
- SYMFONY_VERSION='3.1.*'
2323

2424
branches:
2525
only:
@@ -34,7 +34,7 @@ matrix:
3434
- SYMFONY_VERSION='2.8.*'
3535
- php: 7.1
3636
env:
37-
- SYMFONY_VERSION='3.0.*'
37+
- SYMFONY_VERSION='3.1.*'
3838
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
3939
- COVERAGE=true
4040
- php: 7.1
@@ -43,7 +43,9 @@ matrix:
4343
- php: 7.1
4444
env:
4545
- SYMFONY_VERSION='3.0.*'
46-
46+
- php: 7.1
47+
env:
48+
- SYMFONY_VERSION='3.1.*'
4749
install:
4850
- pip install -qr Resources/doc/requirements.txt --user
4951

0 commit comments

Comments
 (0)