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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue