You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
sudo: false
|
|
language: rust
|
|
rust: nightly
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
# - os: osx
|
|
# osx_image: xcode9.3
|
|
|
|
script:
|
|
- cargo build --release
|
|
cache: cargo
|
|
branches:
|
|
only:
|
|
- master
|