Skip to content

Commit

Permalink
Fix the coveralls step in the travis CI
Browse files Browse the repository at this point in the history
Kcov require sudo permission for run a personality syscall
  • Loading branch information
NotBad4U authored and Geal committed Apr 8, 2018
1 parent 905af4b commit b79ba1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: rust
sudo: false
# sudo is required to enable kcov to use the personality syscall
sudo: required
dist: trusty
cache: cargo

Expand Down

0 comments on commit b79ba1b

Please sign in to comment.