You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
423 B

branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Not really necessary, just to get a green badge on “master”
- master
language: rust
dist: xenial
addons:
apt:
packages:
- libclang-dev
env:
- RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config
script:
- cargo test --verbose --all