aboutsummaryrefslogtreecommitdiff
path: root/rand/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'rand/.travis.yml')
-rw-r--r--rand/.travis.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/rand/.travis.yml b/rand/.travis.yml
new file mode 100644
index 0000000..f3d7688
--- /dev/null
+++ b/rand/.travis.yml
@@ -0,0 +1,33 @@
+language: rust
+sudo: false
+
+matrix:
+ include:
+ - rust: 1.15.0
+ - rust: stable
+ - rust: stable
+ os: osx
+ - rust: beta
+ - rust: nightly
+
+ - rust: nightly
+ before_script:
+ - pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
+ script:
+ - cargo doc --no-deps --all-features
+ - cargo test --benches
+ - cargo test --features nightly
+ after_success:
+ - travis-cargo --only nightly doc-upload
+
+script:
+ - cargo test
+ - cargo test --manifest-path rand-derive/Cargo.toml
+
+env:
+ global:
+ secure: "BdDntVHSompN+Qxz5Rz45VI4ZqhD72r6aPl166FADlnkIwS6N6FLWdqs51O7G5CpoMXEDvyYrjmRMZe/GYLIG9cmqmn/wUrWPO+PauGiIuG/D2dmfuUNvSTRcIe7UQLXrfP3yyfZPgqsH6pSnNEVopquQKy3KjzqepgriOJtbyY="
+
+notifications:
+ email:
+ on_success: never