commit ed6617c4f1c7d5a101f1cf35ff02842a0b144839
parent 7351494482f86dda18035a292cc230551de88f3c
Author: Marcel <info@nordgedanken.de>
Date: Sat, 24 Oct 2015 11:30:54 +0200
some debugging
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -16,10 +16,12 @@ 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
+ - ls -la
- cd libs/php-ssh
- composer self-update
- composer install --dev
- cd ../..
+ - ls -la
- echo `whoami`":1234" | sudo chpasswd
#RunTests
script: