Skip to content

Commit 5e342e9

Browse files
committed
stop testing with Symfony 3.1
1 parent 108fb2d commit 5e342e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ matrix:
2323
env: SYMFONY_VERSION='2.7.*' PARAM_DB_DRIVER='pdo_sqlite'
2424
- php: 5.6
2525
env: SYMFONY_VERSION='2.8.*'
26-
- php: 5.6
27-
env: SYMFONY_VERSION='3.1.*'
2826
- php: 5.6
2927
env: SYMFONY_VERSION='3.2.*'
3028
- php: 5.6
@@ -47,6 +45,7 @@ install:
4745
- composer show
4846

4947
before_script:
48+
# create folder for code coverage data
5049
- mkdir -p build/logs
5150

5251
script:

0 commit comments

Comments
 (0)