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 dd1a607 commit a49a06bCopy full SHA for a49a06b
.travis.yml
@@ -8,17 +8,15 @@ php:
8
9
env:
10
global:
11
- CI: 'true'
12
- TEST_OUTPUT_STYLE: 'pretty'
13
- PHPCS_REPORT_STYLE: 'full'
14
- COMPOSER_OPTIONS: '--optimize-autoloader'
15
- matrix:
16
- - SYMFONY_VERSION: '~3.0'
17
- - SYMFONY_VERSION: '~4.0'
18
-
19
-sudo: false
20
21
-matrix:
+ - CI: 'true'
+ - TEST_OUTPUT_STYLE: 'pretty'
+ - PHPCS_REPORT_STYLE: 'full'
+ - COMPOSER_OPTIONS: '--optimize-autoloader'
+ jobs:
+ - SYMFONY_VERSION: '~3.0'
+ - SYMFONY_VERSION: '~4.0'
+
+jobs:
22
fast_finish: true
23
24
before_install:
0 commit comments