summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cubeb-coreaudio/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/cubeb-coreaudio/.travis.yml')
-rw-r--r--third_party/rust/cubeb-coreaudio/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/rust/cubeb-coreaudio/.travis.yml b/third_party/rust/cubeb-coreaudio/.travis.yml
new file mode 100644
index 0000000000..6ab5708bde
--- /dev/null
+++ b/third_party/rust/cubeb-coreaudio/.travis.yml
@@ -0,0 +1,22 @@
+language: rust
+rust:
+ - stable
+ - beta
+ - nightly
+os:
+ - osx
+env:
+ - RUST_BACKTRACE=1
+install:
+ - sh install_rustfmt_clippy.sh
+before_script:
+ - rustc --version
+ - cargo --version
+script:
+ - cargo build --verbose
+ - sh run_tests.sh
+ - sh run_sanitizers.sh
+jobs:
+ allow_failures:
+ - rust: nightly
+ fast_finish: true