We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 476023c + da22800 commit 9bb55b1Copy full SHA for 9bb55b1
.travis.yml
@@ -19,7 +19,7 @@ php:
19
- hhvm
20
21
env:
22
- - SYMFONY_VERSION='3.0.*'
+ - SYMFONY_VERSION='3.1.*'
23
24
branches:
25
only:
@@ -34,7 +34,7 @@ matrix:
34
- SYMFONY_VERSION='2.8.*'
35
- php: 7.1
36
37
38
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
39
- COVERAGE=true
40
@@ -43,7 +43,9 @@ matrix:
43
44
45
- SYMFONY_VERSION='3.0.*'
46
-
+ - php: 7.1
47
+ env:
48
49
install:
50
- pip install -qr Resources/doc/requirements.txt --user
51
0 commit comments