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:
parent
d0516ecb21
commit
47600fe218
1 changed files with 9 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue