We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a6ef commit 6ed9268Copy full SHA for 6ed9268
.travis.yml
@@ -3,3 +3,4 @@ cache: cargo
3
before_install:
4
- sudo apt-get update -qq
5
- sudo apt-get install -qq libmagic1 libmagic-dev
6
+script: cargo build --verbose && cargo test --verbose -- --test-threads=1
0 commit comments