test a simplified travis.yml

This commit is contained in:
Дамјан Георгиевски 2018-10-20 16:31:39 +02:00
parent 2742a39aaa
commit d0516ecb21

View file

@ -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