Browse Source

Use development mutagen in CI

Benjamin Sago 4 years ago
parent
commit
1122aa0019
1 changed files with 4 additions and 1 deletions
  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