Skip to content

Commit 0a8707b

Browse files
authored
Merge pull request #872 from ehuss/travis-deploy
Fix deploy on Travis.
2 parents 9b02cd7 + 966632a commit 0a8707b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.travis.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
language: rust
22

3-
rust:
4-
- stable
5-
- beta
6-
- nightly
7-
8-
os:
9-
- linux
10-
- osx
11-
12-
cache:
3+
matrix:
4+
include:
5+
- rust: stable
6+
env: TARGET=x86_64-unknown-linux-gnu
7+
- rust: beta
8+
env: TARGET=x86_64-unknown-linux-gnu
9+
- rust: nightly
10+
env: TARGET=x86_64-unknown-linux-gnu
11+
12+
- rust: stable
13+
os: osx
14+
env: TARGET=x86_64-apple-darwin
15+
16+
cache:
1317
timeout: 360
1418
cargo: true
1519

0 commit comments

Comments
 (0)