mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-11-14 19:21:01 +00:00
a4fd45b3e8
* Add basic integration test and update README and example. Add sample minimal.mp4 file for tests. * Add .travis.yml file. * Update readme.
9 lines
No EOL
116 B
YAML
9 lines
No EOL
116 B
YAML
language: rust
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
jobs:
|
|
allow_failures:
|
|
- rust: nightly
|
|
fast_finish: true |