From 316fe7aba08caf838df84918f70d957ada816e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 25 Apr 2017 22:29:49 +0300 Subject: [PATCH] Another attempt to fix PAM auth --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 486306e..f3029f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ install: script: - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - - sudo usermod -a -G shadow $USER - - sudo -E su $USER -c 'py.test --cov-report xml --cov=certidude tests/' + - sudo chmod 755 /etc/shadow + - py.test --cov-report xml --cov=certidude tests/ cache: directories: - $HOME/.cache/pip