aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c28b88e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-language: rust
-matrix:
- include:
- - rust: stable
- - rust: beta
- - rust: nightly
- - name: "master doc to gh-pages"
- rust: nightly
- script:
- - cargo doc --no-deps
- deploy:
- provider: script
- script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
- skip_cleanup: true
- on:
- branch: master
-script:
- - cargo test
- - cargo test --features preserve_order
- - cargo test --manifest-path test-suite/Cargo.toml
- - rustdoc --test README.md -L target
-notifications:
- email:
- on_success: never