Skip to content

Commit 392b646

Browse files
committed
Fix .travis.yml
1 parent 284864c commit 392b646

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
@@ -11,8 +11,8 @@ matrix:
1111
- php: 5.6
1212

1313
before_script:
14-
- sudo apt-get install -y -qq libssh2-1-dev libssh2-php
1514
- sudo apt-get update -qq
15+
- sudo apt-get install -y -qq libssh2-1-dev libssh2-php
1616
- pecl install -f ssh2-beta < .noninteractive
1717
- php -m | grep ssh2
1818
- composer self-update

0 commit comments

Comments
 (0)