Skip to content

Commit daa29e6

Browse files
committed
Cleanup builds scrips
1 parent 17ecf5f commit daa29e6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: php
2-
php: [ 7.1, 7.2, nightly ]
2+
php: [ 7.1, 7.2, 7.3, nightly ]
33
sudo: false
44

55
env:
@@ -34,11 +34,6 @@ jobs:
3434
script:
3535
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
3636

37-
- stage: analysis
38-
php: 7.1
39-
script:
40-
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
41-
4237
cache:
4338
directories:
4439
- $HOME/.composer

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environment:
1414
matrix:
1515
- php_ver_target: 7.1
1616
- php_ver_target: 7.2
17+
- php_ver_target: 7.3
1718
matrix:
1819
fast_finish: false
1920

0 commit comments

Comments
 (0)