Skip to content

Commit 5e33818

Browse files
committed
Test latest version of PHP first to get coverage to Scrutinizer-CI quicker, and be more patient.
1 parent b552a0d commit 5e33818

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ checks:
3838

3939
tools:
4040
external_code_coverage:
41-
timeout: 120
41+
timeout: 300

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ cache:
1111
- $HOME/.composer/cache
1212

1313
php:
14-
- 5.5
15-
- 5.6
16-
- 7.0
17-
- 7.1
18-
- 7.2
1914
- 7.3
15+
- 7.2
16+
- 7.1
17+
- 7.0
18+
- 5.6
19+
- 5.5
2020
- nightly
2121
- hhvm
2222

0 commit comments

Comments
 (0)