Skip to content

Commit eeffc7f

Browse files
ethanpailesBurntSushi
ethanpailes
authored andcommitted
ci: fix kcov regression
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
1 parent ba87495 commit eeffc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dist: trusty
2-
sudo: false
2+
sudo: required
33
language: rust
44
rust:
55
- 1.20.0

0 commit comments

Comments
 (0)