diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-24 17:34:45 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-24 17:34:45 +0000 |
commit | ec2f399643c8a174a6f937b71afe524f44b5f462 (patch) | |
tree | e2103704796f3ee2acdb6f13aed4c1f5581f2c69 | |
parent | use nightly in matrix (diff) | |
download | miniserve-ec2f399643c8a174a6f937b71afe524f44b5f462.tar.gz miniserve-ec2f399643c8a174a6f937b71afe524f44b5f462.zip |
Fixed matrix include
-rw-r--r-- | .travis.yml | 8 |
1 files 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 |