updated travis config
This commit is contained in:
parent
a7fcff4913
commit
2f650b3804
21
.travis.yml
21
.travis.yml
@ -1,9 +1,16 @@
|
|||||||
|
sudo: false
|
||||||
|
language: rust
|
||||||
|
rust: nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
language: rust
|
- os: linux
|
||||||
rust: nightly
|
- os: osx
|
||||||
script: cd Rust && cargo build
|
osx_image: xcode9.3
|
||||||
cache: cargo
|
|
||||||
branches:
|
script:
|
||||||
only:
|
- cargo build --release
|
||||||
- master
|
cache: cargo
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user