Skip to content

Commit 0a63e3a

Browse files
committed
Reduce number of jobs
Signed-off-by: Ana Hobden <[email protected]>
1 parent cb5a158 commit 0a63e3a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
sudo: false
22

33
language: rust
4-
os:
5-
- linux
6-
- windows
7-
- osx
8-
rust:
9-
- stable
10-
- nightly
11-
# First Rust 2018 Stable.
12-
- 1.31.0
4+
matrix:
5+
include:
6+
- os: linux
7+
rust: stable
8+
- os: linux
9+
rust: nightly
10+
- os: windows
11+
rust: stable
12+
- os: osx
13+
rust: stable
1314
env:
1415
global:
1516
- RUST_BACKTRACE=1

0 commit comments

Comments
 (0)