aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rwxr-xr-x.travis.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100755
index acd6984..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-sudo: true
-
-language: rust
-
-cache: cargo
-
-dist: xenial
-
-rust:
- - stable
-
-os:
- - linux
-
-matrix:
- include:
- - os: linux
- - os: linux
- rust: 1.36.0
- - os: linux
- env: RUSTFMT=yes
- - os: linux
- env: CLIPPY=yes
-
-install:
- - bash ci/install.sh
-
-script:
- - bash ci/script.sh
-
-branches:
- only: master
-
-notifications:
- email:
- on_success: never