We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b02cd7 + 966632a commit 0a8707bCopy full SHA for 0a8707b
.travis.yml
@@ -1,15 +1,19 @@
1
language: rust
2
3
-rust:
4
- - stable
5
- - beta
6
- - nightly
7
-
8
-os:
9
- - linux
10
- - osx
11
12
-cache:
+matrix:
+ include:
+ - rust: stable
+ env: TARGET=x86_64-unknown-linux-gnu
+ - rust: beta
+ - rust: nightly
+
13
+ os: osx
14
+ env: TARGET=x86_64-apple-darwin
15
16
+cache:
17
timeout: 360
18
cargo: true
19
0 commit comments