diff options
author | Paolo Borelli <pborelli@gnome.org> | 2015-04-23 13:58:57 +0200 |
---|---|---|
committer | Ignacio Casal Quinteiro <icq@gnome.org> | 2015-04-24 10:13:01 +0200 |
commit | 182003aa417ba67661c6743e0fabe6e1f67efd1c (patch) | |
tree | cff0efe4adedd4bc52b3c852e254a7c4fe0dad99 /.travis.yml | |
parent | 2c4fb6e6469f756dfaeb276302bac87e4dac3e1e (diff) | |
download | gitea-182003aa417ba67661c6743e0fabe6e1f67efd1c.tar.gz gitea-182003aa417ba67661c6743e0fabe6e1f67efd1c.zip |
Add PAM authentication
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4149e17316..113773d697 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,13 @@ go: - 1.4 - tip -sudo: false +before_install: + - sudo apt-get update -qq + - sudo apt-get install -y libpam-dev script: go build -v notifications: email: - u@gogs.io - slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx
\ No newline at end of file + slack: gophercn:o5pSanyTeNhnfYc3QnG0X7Wx |