Explorar o código

Use development mutagen in CI

Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
1122aa0019
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -25,7 +25,10 @@ jobs:
     - name: 'Rust: mutation testing'
       rust: nightly
       install:
-        - cargo install cargo-mutagen
+        - git clone https://github.com/llogiq/mutagen.git
+        - cd mutagen/mutagen-runner
+        - cargo install --path .
+        - cd ../..
       script:
         - cargo test    --package dns --features=dns/with_mutagen -- --quiet
         - cargo mutagen --package dns --features=dns/with_mutagen