updated travis config

This commit is contained in:
Phuntsok Drak-pa 2018-05-31 20:51:52 +02:00
parent a7fcff4913
commit 2f650b3804
1 changed files with 14 additions and 7 deletions

View File

@ -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