test a simplified travis.yml
This commit is contained in:
parent
2742a39aaa
commit
d0516ecb21
1 changed files with 4 additions and 9 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue