commit 9104bb75e90eb4643c925eda9d517b809a1149f6
parent 6aee37a1704569690d156d241b0ea31654f94423
Author: Marcel <info@nordgedanken.de>
Date: Sat, 24 Oct 2015 11:23:29 +0200
update travis.yml
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -16,8 +16,10 @@ before_script:
- sudo apt-get install -y -qq libssh2-1-dev libssh2-php
- pecl install -f ssh2-beta < libs/php-ssh/.noninteractive
- php -m | grep ssh2
+ - cd libs/php-ssh
- composer self-update
- composer install --dev
+ - cd
- echo `whoami`":1234" | sudo chpasswd
#RunTests
script: