mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
commit
52f887574b
@ -21,12 +21,12 @@ addons:
|
||||
before_script:
|
||||
- |
|
||||
pip install 'travis-cargo<0.2' --user &&
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
|
||||
|
||||
script:
|
||||
- |
|
||||
travis-cargo build &&
|
||||
travis-cargo test
|
||||
cargo build &&
|
||||
cargo test
|
||||
|
||||
after_success:
|
||||
- travis-cargo coveralls --no-sudo
|
||||
|
Loading…
Reference in New Issue
Block a user