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

10 Commits

Author SHA1 Message Date
Karol Babioch
8c740c13df 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/
2018-04-06 13:28:26 +02:00
Klas Lindfors
9c8553f297 setup travis to do multi-os builds 2015-10-08 10:24:07 +02:00
Klas Lindfors
52a2dddac5 try to survive and continue for failure in apt-get update 2015-03-04 10:12:49 +01:00
Klas Lindfors
2cfac9e6a2 enable coverage build for travis 2015-01-20 10:48:31 +01:00
Klas Lindfors
50f645c2c6 add more travis config 2015-01-19 21:39:12 +01:00
Klas Lindfors
caefc07a0f let travis install fewer packages
asciidoc comes with a bunch of recommends, find out what
is needed for a2x manpages and install that
2014-06-11 16:41:35 +02:00
Klas Lindfors
5744fdbc15 asciidoc is needed to build from git 2014-06-11 16:15:11 +02:00
Klas Lindfors
a8408c7168 also build with everything enabled 2014-06-10 13:34:59 +02:00
Klas Lindfors
3318af74ff add -y to add-apt-repository for travis 2014-06-10 13:21:09 +02:00
Klas Lindfors
14ab682a8e add travis configuration 2014-06-10 13:13:23 +02:00