From ec2f399643c8a174a6f937b71afe524f44b5f462 Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Sun, 24 Feb 2019 18:34:45 +0100 Subject: Fixed matrix include --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd117be..01304f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,18 +20,20 @@ matrix: - rust: beta include: - rust: nightly - - env: + env: - TARGET=x86_64-unknown-linux-musl - BIN_NAME=miniserve - PROPER_NAME=miniserve-linux os: linux - - env: + - rust: nightly + env: - TARGET=x86_64-pc-windows-gnu - BIN_NAME=miniserve.exe - PROPER_NAME=miniserve-win.exe - RUSTFLAGS="-C linker=x86_64-w64-mingw32-gcc" os: linux - - env: + - rust: nightly + env: - TARGET=x86_64-apple-darwin - BIN_NAME=miniserve - PROPER_NAME=miniserve-osx -- cgit v1.2.3