Skip to content

Commit

Permalink
ci: fix kcov regression
Browse files Browse the repository at this point in the history
A recent change to the travis-ci `sudo: false` environment
broke kcov. The temporary solution that travis has recomended
is to switch to the `sudo: required` environment. The tradeoff
here is that the build will take longer to start, so there
it might also be reasonable to just stop collecting coverage
info until travis finishes `sudo: false`.

See: travis-ci/travis-ci#9061
  • Loading branch information
ethanpailes authored and BurntSushi committed May 9, 2018
1 parent ba87495 commit eeffc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: trusty
sudo: false
sudo: required
language: rust
rust:
- 1.20.0
Expand Down

0 comments on commit eeffc7f

Please sign in to comment.