diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-07-16 15:54:45 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-07-16 15:54:45 +0200 |
| commit | 16847ca723bfbd9750136228b3c1b1665a2cbce4 (patch) | |
| tree | 61793c4f4d2e8e226933759bb8245d217271b925 | |
| parent | 868f9c03f59e1771429555be56f1dd3f58078c3b (diff) | |
| parent | 73128b5ac122ba3051af0397e7308c18c27eea47 (diff) | |
| download | mullvadvpn-16847ca723bfbd9750136228b3c1b1665a2cbce4.tar.xz mullvadvpn-16847ca723bfbd9750136228b3c1b1665a2cbce4.zip | |
Merge branch 'disable-rust-beta-temporarily'
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 24365c718d..b7eb48178b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,8 +156,11 @@ matrix: language: shell before_install: *rust_windows_before_install script: *rust_windows_script + allow_failures: - name: Desktop Frontend, Windows + - name: Daemon, Linux - beta Rust + - name: Daemon, Windows - beta Rust notifications: email: |
