We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108fb2d commit 5e342e9Copy full SHA for 5e342e9
1 file changed
.travis.yml
@@ -23,8 +23,6 @@ matrix:
23
env: SYMFONY_VERSION='2.7.*' PARAM_DB_DRIVER='pdo_sqlite'
24
- php: 5.6
25
env: SYMFONY_VERSION='2.8.*'
26
- - php: 5.6
27
- env: SYMFONY_VERSION='3.1.*'
28
29
env: SYMFONY_VERSION='3.2.*'
30
@@ -47,6 +45,7 @@ install:
47
45
- composer show
48
46
49
before_script:
+ # create folder for code coverage data
50
- mkdir -p build/logs
51
52
script:
0 commit comments