wgpu/.travis.yml
Dzmitry Malyshau 680918a11d CI scripts
2018-09-14 11:39:24 -04:00

14 lines
349 B
YAML

language: rust
rust:
- stable
- nightly
branches:
except:
- staging.tmp
before_install:
# Do not run bors builds against the nightly compiler.
# We want to find out about nightly bugs, so they're done in master, but we don't block on them.
- if [[ $TRAVIS_RUST_VERSION == "nightly" && $TRAVIS_BRANCH == "staging" ]]; then exit; fi