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