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
rust:
- stable
- beta
- nightly
matrix:
include:
- rust: stable
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:
- linux
- osx
- rust: stable
os: osx
env: TARGET=x86_64-apple-darwin
cache:
timeout: 360