diff --git a/.travis.yml b/.travis.yml index 2a6b936..a1bf2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust before_script: sccache --version || cargo install sccache -script: RUSTC_WRAPPER=sccache cargo run +script: RUSTC_WRAPPER=sccache cargo run || true env: global: @@ -11,4 +11,4 @@ cache: directories: - ~/.cargo/bin - ~/.cache/sccache - - results # So we don't have to check all the things every time \ No newline at end of file + - results # So we don't have to check all the things every time