Skip to content

Commit 3b54f7d

Browse files
committed
- updates CI scripts
1 parent a9bfa46 commit 3b54f7d

4 files changed

Lines changed: 20 additions & 48 deletions

File tree

.scrutinizer.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ build:
77
- php-scrutinizer-run
88
environment:
99
php:
10-
version: '7.2'
10+
version: '7.3'
1111
dependencies:
1212
override:
13-
- composer install --no-interaction --prefer-source
13+
- composer update -o --prefer-source --no-interaction
1414

1515
filter:
1616
excluded_paths:
17-
- 'Tests/'
18-
- 'vendor/'
17+
- 'Tests/*'
18+
- 'vendor/*'
1919

2020
tools:
2121
php_analyzer: true
2222
external_code_coverage: true
23+
php_code_sniffer: true

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
language: php
2+
os: linux
3+
dist: xenial
4+
5+
notifications:
6+
email: false
27

38
php:
49
- 7.2
510
- 7.3
611
- 7.4
712
- nightly
813

9-
matrix:
14+
cache:
15+
directories:
16+
- $HOME/.composer/cache
17+
18+
jobs:
1019
fast_finish: true
1120
allow_failures:
1221
- php: nightly
1322

1423
install:
15-
- travis_retry composer update -o --no-interaction --prefer-source
24+
- travis_retry composer update -o --prefer-source --no-interaction
1625

1726
script:
18-
- vendor/bin/phpunit --coverage-clover build/coverage/clover.xml
19-
20-
after_success:
21-
- travis_retry vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage/clover.xml
27+
- vendor/bin/phpunit --coverage-clover build/clover.xml
2228

23-
sudo: false
24-
25-
notifications:
26-
email: false
27-
28-
cache:
29-
directories:
30-
- $HOME/.composer/cache
29+
after_script:
30+
- travis_retry vendor/bin/ocular code-coverage:upload --format=php-clover build/clover.xml

Processors/Voided.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)