summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 23d0b5b..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-sudo: false
-os:
- - linux
-
-dist:
- - trusty
-
-language: rust
-
-rust:
- - 1.32.0
- - 1.33.0
- - stable
- - beta
- - nightly
-
-matrix:
- allow_failures:
- - rust: nightly
-
-script:
- - cargo build --all --all-features --verbose -j 1
- - cargo test --all --all-features --verbose -j 1
-
-cache:
- cargo: true
-
-notifications:
- email:
- on_success: never
- irc:
- channels:
- - chat.freenode.net#imag
- template:
- - "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}"
-