Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f6e19a

Browse files
Fixes Travis CI configuration
- reorder PHPUnit versions that we run the latests first - 7.4snapshot instead of 7.4-snapshot
1 parent f9f3d9d commit 7f6e19a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎.travis.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ cache:
88

99
env:
1010
- PHPUNIT_VERSION=dev-master
11-
- PHPUNIT_VERSION=~6.0.0
12-
- PHPUNIT_VERSION=~6.1.0
13-
- PHPUNIT_VERSION=~6.2.0
14-
- PHPUNIT_VERSION=~6.3.0
15-
- PHPUNIT_VERSION=~6.4.0
16-
- PHPUNIT_VERSION=~6.5.0
17-
- PHPUNIT_VERSION=~7.0.0
18-
- PHPUNIT_VERSION=~7.1.0
19-
- PHPUNIT_VERSION=~7.2.0
20-
- PHPUNIT_VERSION=~7.3.0
21-
- PHPUNIT_VERSION=~7.4.0
22-
- PHPUNIT_VERSION=~7.5.0
23-
- PHPUNIT_VERSION=~8.0.0
24-
- PHPUNIT_VERSION=~8.1.0
2511
- PHPUNIT_VERSION=~8.2.0
12+
- PHPUNIT_VERSION=~8.1.0
13+
- PHPUNIT_VERSION=~8.0.0
14+
- PHPUNIT_VERSION=~7.5.0
15+
- PHPUNIT_VERSION=~7.4.0
16+
- PHPUNIT_VERSION=~7.3.0
17+
- PHPUNIT_VERSION=~7.2.0
18+
- PHPUNIT_VERSION=~7.1.0
19+
- PHPUNIT_VERSION=~7.0.0
20+
- PHPUNIT_VERSION=~6.5.0
21+
- PHPUNIT_VERSION=~6.4.0
22+
- PHPUNIT_VERSION=~6.3.0
23+
- PHPUNIT_VERSION=~6.2.0
24+
- PHPUNIT_VERSION=~6.1.0
25+
- PHPUNIT_VERSION=~6.0.0
2626

2727
php:
28-
- 7.4-snapshot
28+
- 7.4snapshot
2929
- 7.3
3030
- 7.2
3131
- 7.1
@@ -63,7 +63,7 @@ matrix:
6363
- php: 7
6464
env: PHPUNIT_VERSION=~7.0.0
6565
allow_failures:
66-
- php: 7.4-snapshot
66+
- php: 7.4snapshot
6767
- env: PHPUNIT_VERSION=dev-master
6868

6969
install:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /