128: Small updates r=kvark a=Coder-256

Enable Travis CI cache, disable [deprecated container-based builds](https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure), and add `red.png` to `.gitignore` (output from `cargo run --example capture`).

Co-authored-by: Jacob Greenfield <jacob@jacobgreenfield.me>
This commit is contained in:
bors[bot]
2019-11-22 01:14:52 +00:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -11,3 +11,6 @@ Cargo.lock
# Other
.DS_Store
# Output from capture example
red.png

View File

@@ -1,5 +1,5 @@
language: rust
sudo: false
cache: cargo
os:
- linux
- osx