aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 11:58:46 +0100
committerAleksey Kladov <[email protected]>2018-08-25 11:58:46 +0100
commite4828124238c4238a7f5532621d1f2df2170e77a (patch)
tree3ae45105c762d0751d46a2360e72277ed72fede7 /.travis.yml
parentda329c2e538e5b84221ea8b4440f251d8a84a01a (diff)
allow nightly failures
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cf47b77e9..0ee48fefd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,9 @@ matrix:
15 - cargo fmt --all -- --check || true 15 - cargo fmt --all -- --check || true
16 - cargo clippy 16 - cargo clippy
17 17
18 allow_failures:
19 - rust nightly
20
18branches: 21branches:
19 only: 22 only:
20 - staging 23 - staging