Revert "test a simplified travis.yml"

This reverts commit d0516ecb21.

nope, I do need the TARGET variable to know where the build goes anyway
This commit is contained in:
Дамјан Георгиевски 2018-10-20 16:38:07 +02:00
parent d0516ecb21
commit 47600fe218

View file

@ -7,10 +7,15 @@ env:
global:
- PROJECT_NAME=http-server
os:
- linux
- osx
- windows
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
script:
- cargo build --target $TARGET