From 3728d78b8a9697458030c78670444c189c46aa17 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sun, 27 May 2018 16:46:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20CI=20build=20only=20for=20nightl?= =?UTF-8?q?y=20channel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e8f519..f01af27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,14 +50,14 @@ matrix: # - env: TARGET=powerpc64-unknown-linux-gnu # - env: TARGET=powerpc64le-unknown-linux-gnu # - env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1 - - env: TARGET=x86_64-unknown-linux-gnu + # - env: TARGET=x86_64-unknown-linux-gnu # - env: TARGET=x86_64-unknown-linux-musl # OSX # - env: TARGET=i686-apple-darwin # os: osx - - env: TARGET=x86_64-apple-darwin - os: osx + # - env: TARGET=x86_64-apple-darwin + # os: osx # *BSD # - env: TARGET=i686-unknown-freebsd DISABLE_TESTS=1 @@ -65,7 +65,7 @@ matrix: # - env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1 # Windows - - env: TARGET=x86_64-pc-windows-gnu + # - env: TARGET=x86_64-pc-windows-gnu # Bare metal # These targets don't support std and as such are likely not suitable for @@ -81,6 +81,8 @@ matrix: - env: TARGET=x86_64-apple-darwin os: osx rust: nightly + - env: TARGET=x86_64-pc-windows-gnu + rust: nightly before_install: - set -e