Skip to content

Commit

Permalink
Require sudo privileges for travis
Browse files Browse the repository at this point in the history
This solves an issue when running code coverage:
xd009642/tarpaulin#77
  • Loading branch information
mklein994 committed Aug 11, 2018
1 parent 5eb9414 commit f8cccd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: required
language: rust
addons:
apt:
Expand Down

0 comments on commit f8cccd0

Please sign in to comment.