1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 15:02:18 +01:00

Fix travis build

This commit is contained in:
Thomas Gatzweiler 2017-07-16 09:26:10 +02:00
parent a9fb733bea
commit 6b9551f317

View file

@ -11,6 +11,9 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
@ -24,4 +27,4 @@ script:
- travis-cargo --only stable doc
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo --verify
- travis-cargo coveralls --no-sudo