mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
Add manual steps to the .travis.yml
This commit is contained in:
parent
7b7c4e6ef5
commit
235840cf05
1 changed files with 5 additions and 0 deletions
|
@ -12,3 +12,8 @@ addons:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
script:
|
||||
- rustc --version
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
|
|
Loading…
Reference in a new issue