Skip to content

Commit 8693b7c

Browse files
committed
Try and get snapshots running again
1 parent b8a7362 commit 8693b7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,17 @@ matrix:
2424
env: PHPUNIT_INCOMPAT=1
2525
- php: "7.4snapshot"
2626
env: PHPSTAN=1 PHPUNIT_INCOMPAT=1
27+
addons:
28+
apt:
29+
packages:
30+
- libonig-dev
2731
# Nightly is PHP 8.0 since Feb 2019.
2832
- php: nightly
2933
env: PHPUNIT_INCOMPAT=1
34+
addons:
35+
apt:
36+
packages:
37+
- libonig-dev
3038

3139
allow_failures:
3240
- php: "7.4snapshot"

0 commit comments

Comments
 (0)