Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6b1790f

Browse files
committed
Fixed CI configurations
1 parent 02fd1db commit 6b1790f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
preset: symfony
2+
disabled: [single_line_class_definition]

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ sudo: false
1010

1111
cache:
1212
directories:
13+
- .phpunit
1314
- $HOME/.composer/cache/files
1415

1516
env:
16-
matrix: SYMFONY_VERSION=2.8.*
17-
global: SYMFONY_DEPRECATIONS_HELPER=321
17+
matrix: SYMFONY_VERSION=3.2.*
18+
global: SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
1819

1920
matrix:
2021
include:
21-
- php: 7.0
22-
env: DEPS=dev SYMFONY_VERSION=3.1.*
22+
- php: 7.1
23+
env: DEPS=dev SYMFONY_VERSION=3.3.*
2324
- php: 5.5
24-
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
25-
- php: 5.6
26-
env: DEPS=dev COMPOSER_FLAGS="--prefer-stable" SYMFONY_VERSION=3.0.*
25+
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
26+
- php: 7.1
27+
env: SYMFONY_VERSION=3.1.*
2728
fast_finish: true
2829

2930
before_install:

0 commit comments

Comments
 (0)