Skip to content

Commit acf994e

Browse files
committed
Syntax fix
1 parent 6069b06 commit acf994e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
before_install:
8888
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
8989
- sudo apt-get update
90-
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install argon2 libargon2-0 libargon2-0-dev php-dev libonig-dev; fi
90+
- if [[ $VERSION =~ ^8.* ]]; then sudo apt-get -y install php-dev libonig-dev; fi
9191
- command -v expect || sudo apt-get install expect
9292
- |
9393
if ! command -v phpenv; then

0 commit comments

Comments
 (0)