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:
include:
language: rust
rust: nightly
script: cd Rust && cargo build
cache: cargo
branches:
only:
- master
- os: linux
- os: osx
osx_image: xcode9.3
script:
- cargo build --release
cache: cargo
branches:
only:
- master