webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit fd583158da5c92f089cb66834e32966818ae393f
parent eb55ae2cceac286fb727d036eff838561e11dc6e
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 27 Apr 2018 00:08:58 +0800

Updated .travis.yml

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,7 +14,7 @@ install: script: - pytest --cov=webssh - - flake8 --exclude='.git' + - flake8 after_success: - codecov