Skip to content

Commit 90f01d9

Browse files
author
Willem Stuursma
committed
Remove dist and sudo
1 parent f44c4d9 commit 90f01d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
language: php
2-
dist: bionic
3-
4-
sudo: false
52

63
cache:
74
directories:
@@ -36,7 +33,7 @@ matrix:
3633

3734
before_install:
3835
- sudo apt-get update
39-
- sudo apt-get -y install libzstd-dev=1.3.1
36+
- sudo apt-get -y install libzstd-dev
4037
- pecl update-channels
4138
- yes | pecl install -f igbinary lzf redis
4239
- phpenv config-add tests/php-travis.ini

0 commit comments

Comments
 (0)