Skip to content

Commit 32a4ee6

Browse files
committed
Drop Travis
1 parent 8433664 commit 32a4ee6

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/.gitignore export-ignore
44
/.php_cs.dist export-ignore
55
/.scrutinizer.yml export-ignore
6-
/.travis.yml export-ignore
76
/bin export-ignore
87
/phpstan.neon.dist export-ignore
98
/phpunit.xml.dist export-ignore

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
tools:
2020
external_code_coverage:
2121
timeout: 3600
22-
runs: 1 # Scrutinizer will wait for code coverage submissions for every PHP versions declared in .travis.yml
22+
runs: 1
2323

2424
build_failure_conditions:
2525
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed

.travis.yml

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

0 commit comments

Comments
 (0)