diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-02-16 09:31:38 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-02-18 23:20:52 +0100 |
| commit | 444fee66b55b551e8693bc1807a97a50f4e86f0b (patch) | |
| tree | 2e76cb2c06c24236890c6ac6637361fe22d7c076 | |
| parent | 7264515c538cf1b8cf076806224f5eb3a17066e0 (diff) | |
| download | mullvadvpn-444fee66b55b551e8693bc1807a97a50f4e86f0b.tar.xz mullvadvpn-444fee66b55b551e8693bc1807a97a50f4e86f0b.zip | |
Rename Backend -> Daemon
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2fa3fd83f9..63ec44cc44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: - yarn test - # Backend macOS + # Daemon - macOS - language: rust rust: stable os: osx @@ -45,7 +45,7 @@ matrix: - cargo build --verbose - cargo test --verbose - # Backend Linux + # Daemon - Linux - language: rust rust: nightly os: linux |
