mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
second attempt at travis config
* list apt packages to install * apparently it's rust 1.17.0, not rust 1.17
This commit is contained in:
parent
7bb33522e2
commit
a81de3f620
14
.travis.yml
14
.travis.yml
@ -2,7 +2,19 @@ language: rust
|
||||
rust:
|
||||
- stable
|
||||
- nightly
|
||||
- 1.17
|
||||
- 1.17.0
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- libavcodec-dev
|
||||
- libavformat-dev
|
||||
- libavutil-dev
|
||||
- libncurses5-dev
|
||||
- libncursesw5-dev
|
||||
- libsqlite3-dev
|
||||
- libssl-dev
|
||||
- pkg-config
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
Loading…
Reference in New Issue
Block a user