aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f3a3024..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-language: rust
-sudo: false
-
-# run builds for all the trains (and more)
-rust:
- - stable
- - beta
- - nightly
-
-branches:
- only:
- - master
-# the main build
-script:
- - |
- cargo build --features "${FEATURES}" &&
- cargo test --features "${FEATURES}" &&
- cargo doc --features "${FEATURES}"
-
-env:
- matrix:
- - FEATURES=""
- - FEATURES="serde"
-
-matrix:
- include:
- - rust: 1.12.0
- env: FEATURES=""
- before_script:
- - |
- cargo generate-lockfile &&
- cargo update -p serde_json --precise 1.0.0 &&
- cargo update -p serde --precise 1.0.0