Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Quality: Configure OS in the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Oct 25, 2016
1 parent 1bef32e commit cb3e523
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,33 @@ language: rust
matrix:
include:
- rust: 1.9.0
os: linux
- rust: 1.9.0
os: osx
- rust: 1.10.0
os: linux
- rust: 1.10.0
os: osx
- rust: 1.11.0
os: linux
- rust: 1.11.0
os: osx
- rust: stable
os: linux
- rust: stable
os: osx
- rust: beta
os: linux
- rust: beta
os: osx
- rust: nightly
os: linux
- rust: nightly
os: osx
allow_failures:
- rust: nightly
fast_finish: true

os:
- linux
- osx

notifications:
irc: "chat.freenode.net#taguavm"

Expand Down

0 comments on commit cb3e523

Please sign in to comment.