diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-06-26 10:31:11 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-06-26 10:32:00 -0300 |
| commit | 38159f5ae6dab9009fff0ce407a382edd7d0d142 (patch) | |
| tree | 4cfc1595837b546e81e31f8098006fcde1add356 | |
| parent | 2eb63e3105d099aaa4b4f3927232c9a1a5479c49 (diff) | |
| download | mullvadvpn-38159f5ae6dab9009fff0ce407a382edd7d0d142.tar.xz mullvadvpn-38159f5ae6dab9009fff0ce407a382edd7d0d142.zip | |
Don't run integration tests in Travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 80554d2727..be815c7db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,6 @@ matrix: - rustup component add rustfmt-preview - rustfmt --version - cargo fmt -- --check --unstable-features - - ./integration-tests.sh - language: rust rust: beta @@ -62,7 +61,6 @@ matrix: script: &rust_linux_script - cargo build --verbose - cargo test --verbose - - ./integration-tests.sh - language: rust rust: stable |
