Skip to content

Commit 868e133

Browse files
committed
Change apt install commands
1 parent 54bf731 commit 868e133

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22
dist: xenial
3-
apt_packages:
4-
- php-ssh2
3+
before_install:
4+
- sudo apt-get update
5+
- sudo apt-get install -y php-ssh2
56
php:
67
- '7.1'
78
- '7.2'

0 commit comments

Comments
 (0)