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 24ee212db9762bcdddc8ec7bd77295dccad80266
parent e5580283bc01e53717018d066edd4df2bcccc613
Author: Marcel <info@nordgedanken.de>
Date:   Sat, 24 Oct 2015 11:11:19 +0200

Update tests

Diffstat:
M.travis.yml | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -12,8 +12,17 @@ matrix: before_script: - wget https://phar.phpunit.de/phpunit.phar - 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 + - php -m | grep ssh2 + - composer self-update + - composer install --dev + - echo `whoami`":1234" | sudo chpasswd #RunTests -script: php phpunit.phar --configuration phpunit.xml --verbose +script: + - php phpunit.phar --configuration phpunit.xml --verbose --coverage-text + - php phpunit.phar --configuration phpunit.xml --verbose --group functional #Webhook for Gitter notifications: webhooks: