aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 8c4a598..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-language: rust
-sudo: false
-matrix:
- include:
- - rust: 1.32.0
- - rust: stable
- - rust: beta
- - rust: nightly
-branches:
- only:
- - master
- # bors branches
- - staging
- - trying
-script:
- - |
- cargo build --verbose --no-default-features &&
- cargo build --verbose --features "$FEATURES" &&
- cargo test --verbose --features "$FEATURES" &&
- cargo bench --verbose --features "$FEATURES"