Skip to content

Commit

Permalink
travis: Enable Windows and MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam committed Oct 21, 2020
1 parent d770882 commit cf01512
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
language: rust
sudo: false

jobs:
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
- os: windows

rust:
- nightly
- beta
- stable
- 1.45.0 # = MIN_RUST_VERSION
# Linux
- rust: nightly
- rust: beta
- rust: stable
- rust: 1.45.0 # = MIN_RUST_VERSION

# MacOS
- os: osx
rust: beta
- os: osx
rust: stable

# Windows
- os: windows
rust: beta
- os: windows
rust: stable

branches:
except:
- staging.tmp
- trying.tmp

matrix:
fast_finish: true

notifications:
email:
on_success: never
Expand Down

0 comments on commit cf01512

Please sign in to comment.