Skip to content

Commit

Permalink
Build improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekturtles committed Aug 4, 2018
1 parent ad30172 commit 42eb759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: rust
cache: cargo
sudo: required
sudo: false
addons:
apt:
packages:
Expand Down Expand Up @@ -42,6 +42,7 @@ matrix:
- cargo clippy -- -D clippy
- env: TARPAULIN
rust: stable
sudo: required
script:
- docker run --security-opt seccomp=unconfined -v "$PWD:/volume" xd009642/tarpaulin sh -c "cargo build && cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID"

Expand Down

0 comments on commit 42eb759

Please sign in to comment.