From d0516ecb2151e2723c737aa9a4d91fbf9d3a79b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=98=D0=B0=D0=BD=20=D0=93=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=B3=D0=B8=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= Date: Sat, 20 Oct 2018 16:31:39 +0200 Subject: [PATCH] test a simplified travis.yml --- .travis.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3353de..99678b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,10 @@ env: global: - PROJECT_NAME=http-server -matrix: - include: - - os: osx - env: TARGET=x86_64-apple-darwin - - os: linux - env: TARGET=x86_64-unknown-linux-gnu - - os: windows - env: TARGET=x86_64-pc-windows-msvc - +os: + - linux + - osx + - windows script: - cargo build --target $TARGET