From e98beb68d0c42f42ea24dc4b85ccaecbf16042e7 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 8 Oct 2019 17:30:37 +0200 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd5268a..3c37fe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: - lsb_release -a - sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig' - sudo echo "Travis Banch = $TRAVIS_BRANCH" - - sudo python3 setup.py sdist bdist_wheel + - sudo python3 setup.py sdist bdist_wheel >> /var/log/wo/install.log 2>&1 - sudo time bash install --travis -b "$TRAVIS_BRANCH" - sudo time bash tests/travis.sh - sudo wo update --travis \ No newline at end of file