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.
1 parent 710480b commit c340c13Copy full SHA for c340c13
.travis.yml
@@ -14,12 +14,14 @@ addons:
14
- enchant
15
16
php:
17
- - 5.4
18
- 5.5
19
- 5.6
20
- 7.0
21
- hhvm
22
+env:
23
+ - SYMFONY_VERSION='3.0.*'
24
+
25
branches:
26
only:
27
- master
@@ -28,9 +30,12 @@ branches:
28
30
matrix:
29
31
include:
32
- php: 5.4
- env: COMPOSER_FLAGS="--prefer-lowest"
33
+ env:
34
+ - COMPOSER_FLAGS="--prefer-lowest"
35
+ - SYMFONY_VERSION='2.3.*'
36
- php: 5.6
37
env:
38
+ - SYMFONY_VERSION='2.4.*'
39
- PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
40
- COVERAGE=true
41
0 commit comments