diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 11:58:46 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 11:58:46 +0100 |
commit | e4828124238c4238a7f5532621d1f2df2170e77a (patch) | |
tree | 3ae45105c762d0751d46a2360e72277ed72fede7 | |
parent | da329c2e538e5b84221ea8b4440f251d8a84a01a (diff) |
allow nightly failures
-rw-r--r-- | .travis.yml | 3 |
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 | |||
18 | branches: | 21 | branches: |
19 | only: | 22 | only: |
20 | - staging | 23 | - staging |