summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-10-19 18:20:15 +0200
committersharkdp <davidpeter@web.de>2019-10-19 18:20:15 +0200
commit9a74bf1a88a91a6b571d1d0a338f4488796d4e2e (patch)
tree021b398e084082e7eb650438c9a99f6798eacc96 /.travis.yml
parentff0b331dd6528af484d2878f66b78b917435aea5 (diff)
Disable nightly build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f22ddb2..06b5347a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,13 +43,14 @@ matrix:
rust: 1.35.0
env: TARGET=x86_64-apple-darwin
- # Code formatting check
- - os: linux
- rust: nightly
- # skip the global install step
- install:
- - cargo install --debug --force rustfmt-nightly
- script: cargo fmt -- --check
+ # Disable nightly for now
+ # # Code formatting check
+ # - os: linux
+ # rust: nightly
+ # # skip the global install step
+ # install:
+ # - cargo install --debug --force rustfmt-nightly
+ # script: cargo fmt -- --check
sudo: required