1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-10 17:09:22 +00:00

Add .travis.yml file.

This commit is contained in:
Alf 2020-07-25 19:49:17 -07:00
parent ec951893ba
commit dd406a822f

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: rust
rust:
- stable
- beta
- nightly
jobs:
allow_failures:
- rust: nightly
fast_finish: true