Merge pull request #872 from ehuss/travis-deploy

Fix deploy on Travis.
This commit is contained in:
Dylan DPC 2019-04-20 19:11:38 +02:00 committed by GitHub
commit 0a8707b1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 8 deletions

View File

@ -1,13 +1,17 @@
language: rust language: rust
rust: matrix:
- stable include:
- beta - rust: stable
- nightly env: TARGET=x86_64-unknown-linux-gnu
- rust: beta
env: TARGET=x86_64-unknown-linux-gnu
- rust: nightly
env: TARGET=x86_64-unknown-linux-gnu
os: - rust: stable
- linux os: osx
- osx env: TARGET=x86_64-apple-darwin
cache: cache:
timeout: 360 timeout: 360