summaryrefslogtreecommitdiffstats
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 0be1d7b..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-language: rust
-rust: stable
-cache: cargo
-
-before_script:
- - rustup component add rustfmt-preview clippy-preview
-
-script:
- - cargo fmt -- --check
- - cargo run check
- - cargo clippy
- - cargo run static-api build
- - echo "team-api.infra.rust-lang.org" > build/CNAME
-
-deploy:
- provider: script
- script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd build && ../rust_out)
- skip_cleanup: true
- on:
- branch: master