diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-02-03 11:15:36 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-02-03 11:15:36 +0100 |
| commit | 2b416f00a72c2c04894f119db7899eba89f06bfe (patch) | |
| tree | a0c4101d3e0b1ec0307cbde33c7ff4f73e0f8e84 | |
| parent | acc49131991aa646c1f2401b18cd789b0357b5b6 (diff) | |
| download | mullvadvpn-2b416f00a72c2c04894f119db7899eba89f06bfe.tar.xz mullvadvpn-2b416f00a72c2c04894f119db7899eba89f06bfe.zip | |
Allow Rust nightly to fail temporarily
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c6977b4f90..0e832ab456 100644 --- a/.travis.yml +++ b/.travis.yml @@ -159,6 +159,7 @@ matrix: allow_failures: - name: Desktop Frontend, Windows + - name: Daemon, Linux - nightly Rust notifications: email: |
