Skip to content

Commit

Permalink
Merge pull request rust-lang#872 from ehuss/travis-deploy
Browse files Browse the repository at this point in the history
Fix deploy on Travis.
  • Loading branch information
Dylan-DPC authored Apr 20, 2019
2 parents 3c9e376 + 6838f9a commit 0b7b776
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
language: rust

rust:
- stable
- beta
- nightly

os:
- linux
- osx

cache:
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

- rust: stable
os: osx
env: TARGET=x86_64-apple-darwin

cache:
timeout: 360
cargo: true

Expand Down

0 comments on commit 0b7b776

Please sign in to comment.