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: global:
- PROJECT_NAME=http-server - PROJECT_NAME=http-server
matrix: os:
include: - linux
- os: osx - osx
env: TARGET=x86_64-apple-darwin - windows
- os: linux
env: TARGET=x86_64-unknown-linux-gnu
- os: windows
env: TARGET=x86_64-pc-windows-msvc
script: script:
- cargo build --target $TARGET - cargo build --target $TARGET