mirror of
https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git
synced 2025-12-28 18:42:18 +01:00
Fix travis build
This commit is contained in:
parent
a9fb733bea
commit
6b9551f317
1 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@ addons:
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
pip install 'travis-cargo<0.2' --user &&
|
pip install 'travis-cargo<0.2' --user &&
|
||||||
|
|
@ -24,4 +27,4 @@ script:
|
||||||
- travis-cargo --only stable doc
|
- travis-cargo --only stable doc
|
||||||
after_success:
|
after_success:
|
||||||
- travis-cargo --only stable doc-upload
|
- travis-cargo --only stable doc-upload
|
||||||
- travis-cargo coveralls --no-sudo --verify
|
- travis-cargo coveralls --no-sudo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue