fourth attempt at travis config

* upgrade min required rust to 1.21; crossbeam-deque requires the
  ord_max_min feature, apparently stabilized in this version.

* use "make --jobs=2" to build ffmpeg so it goes faster.
  https://docs.travis-ci.com/user/reference/overview/ says there are 2
  cores available.
This commit is contained in:
Scott Lamb
2018-08-07 15:51:19 -05:00
parent 62a1bad8b9
commit 01e8dab67f
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ all non-Rust dependencies:
libssl-dev \
pkgconf
Next, you need Rust 1.20+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.21+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/).
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).