Skip to content

Commit cf01512

Browse files
committed
travis: Enable Windows and MacOS builds
1 parent d770882 commit cf01512

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.travis.yml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
language: rust
22
sudo: false
33

4-
jobs:
4+
matrix:
5+
fast_finish: true
56
include:
6-
- os: linux
7-
dist: trusty
8-
- os: windows
97

10-
rust:
11-
- nightly
12-
- beta
13-
- stable
14-
- 1.45.0 # = MIN_RUST_VERSION
8+
# Linux
9+
- rust: nightly
10+
- rust: beta
11+
- rust: stable
12+
- rust: 1.45.0 # = MIN_RUST_VERSION
13+
14+
# MacOS
15+
- os: osx
16+
rust: beta
17+
- os: osx
18+
rust: stable
19+
20+
# Windows
21+
- os: windows
22+
rust: beta
23+
- os: windows
24+
rust: stable
1525

1626
branches:
1727
except:
1828
- staging.tmp
1929
- trying.tmp
2030

21-
matrix:
22-
fast_finish: true
23-
2431
notifications:
2532
email:
2633
on_success: never

0 commit comments

Comments
 (0)