commit: 3dbc18fd4662c413ce54cae60aea83ec65108cea Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Wed Mar 21 18:15:53 2018 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Mar 25 10:27:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3dbc18fd
.travis.yml: Change to master branch for sctp support. .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6d8128f..5f2360bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_install: - python -V install: - - SELINUX_USERSPACE_VERSION=libsepol-2.7 + - SELINUX_USERSPACE_VERSION=master - export DESTDIR="${TRAVIS_BUILD_DIR}/selinux" - |