Closed hugovk closed 8 years ago
Fixes: #19 "Unable to locate libsane-dev on Travis CI".
With container-based infra, sudo is not allowed. However, packages can be whitelisted: https://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F
And libsane-dev has been whitelisted by Travis: https://github.com/travis-ci/travis-ci/issues/3994
Builds also start up faster: https://docs.travis-ci.com/user/workers/container-based-infrastructure/
Thanks for resolving this!
Fixes: #19 "Unable to locate libsane-dev on Travis CI".
With container-based infra, sudo is not allowed. However, packages can be whitelisted: https://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F
And libsane-dev has been whitelisted by Travis: https://github.com/travis-ci/travis-ci/issues/3994
Builds also start up faster: https://docs.travis-ci.com/user/workers/container-based-infrastructure/