1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Require sudo in .travis.yml

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/
This commit is contained in:
Karol Babioch 2018-04-06 13:24:17 +02:00
parent 0f6ceabab0
commit 8c740c13df

View File

@ -1,3 +1,4 @@
sudo: required
language: c
os:
- linux