travis: force build fail on autobahn failure

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/9/head
Alexey Galakhov 5 years ago committed by Sebastian Dröge
parent 5d44a92fdf
commit ca6d02a9a2
  1. 6
      .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

Loading…
Cancel
Save