Skip to content

Commit

Permalink
Require sudo in .travis.yml
Browse files Browse the repository at this point in the history
Since the install script currently requires sudo, we should state so
explicetely in the .travis.yml file to make sure we get a sudo-enabled
environment and not a container-based one, as there is no sudo available
in the latter one. The default was changed in August 2017, so when
forking this repository, the Travis CI won't work out-of-the box without
this modification. This is described in some details here [1].

[1]: https://docs.travis-ci.com/user/reference/overview/
  • Loading branch information
kbabioch committed Apr 6, 2018
1 parent 0f6ceab commit 8c740c1
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: c
os:
- linux
Expand Down

0 comments on commit 8c740c1

Please sign in to comment.