gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

commit 6aee37a1704569690d156d241b0ea31654f94423
parent 24ee212db9762bcdddc8ec7bd77295dccad80266
Author: Marcel <info@nordgedanken.de>
Date:   Sat, 24 Oct 2015 11:20:47 +0200

update travis.yml

Diffstat:
M.travis.yml | 2+-
Mlibaries | 1+
Alibs/php-ssh/.noninteractive | 0
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,7 +14,7 @@ before_script: - chmod +x phpunit.phar - sudo apt-get update -qq - sudo apt-get install -y -qq libssh2-1-dev libssh2-php - - pecl install -f ssh2-beta < .noninteractive + - pecl install -f ssh2-beta < libs/php-ssh/.noninteractive - php -m | grep ssh2 - composer self-update - composer install --dev diff --git a/libaries b/libaries @@ -1 +1,2 @@ design: https://github.com/FezVrasta/bootstrap-material-design +php-ssh: https://github.com/Herzult/php-ssh diff --git a/libs/php-ssh/.noninteractive b/libs/php-ssh/.noninteractive