From ca6d02a9a2f36623bf1a5758ee8c303bcb958ffd Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 8 Jan 2020 22:42:05 +0100 Subject: [PATCH] travis: force build fail on autobahn failure Signed-off-by: Alexey Galakhov --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ea85a5..8215949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ rust: - beta - nightly +install: + - sudo apt-get install python-unittest2 + - sudo pip install ghp-import urllib3[secure] autobahntestsuite + before_script: - export PATH="$PATH:$HOME/.cargo/bin" - sudo apt-get install libssl-dev @@ -21,8 +25,6 @@ script: - cargo check --features gio-runtime,async-tls - cargo check --features async-std-runtime,async-tls,async-native-tls,tokio-runtime,tokio-tls,gio-runtime - cargo test --features async-std-runtime - -after_success: - sudo apt-get install python-unittest2 - sudo pip install ghp-import urllib3[secure] autobahntestsuite - echo "Running Autobahn TestSuite for client" && ./scripts/autobahn-client.sh