Skip to content

Commit ed3f47c

Browse files
committed
Temporary fix for CI
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent 538f270 commit ed3f47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- nightly
87

98
cache:
109
directories:
@@ -14,7 +13,8 @@ before_install:
1413
- pecl install -f ast
1514

1615
install:
17-
- composer install --prefer-dist --no-progress --ignore-platform-reqs
16+
- rm -f composer.lock # temporary fix for PHPUnit 8
17+
- composer install --prefer-dist --no-progress
1818

1919
script:
2020
- composer analyze

0 commit comments

Comments
 (0)