Skip to content

Commit a49a06b

Browse files
authored
Upgrade travis config for travis-ci.com
1 parent dd1a607 commit a49a06b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ php:
88

99
env:
1010
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:
11+
- CI: 'true'
12+
- TEST_OUTPUT_STYLE: 'pretty'
13+
- PHPCS_REPORT_STYLE: 'full'
14+
- COMPOSER_OPTIONS: '--optimize-autoloader'
15+
jobs:
16+
- SYMFONY_VERSION: '~3.0'
17+
- SYMFONY_VERSION: '~4.0'
18+
19+
jobs:
2220
fast_finish: true
2321

2422
before_install:

0 commit comments

Comments
 (0)