From cb3e52386c8fbac65b7ed5dcbc756016ffa06cd9 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 25 Oct 2016 17:03:27 +0200 Subject: [PATCH] Quality: Configure OS in the matrix. --- .travis.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9977eb0a..00c1861a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"