authelia/.travis.yml

35 lines
623 B
YAML
Raw Normal View History

language: go
required: sudo
go:
- '1.13'
2016-12-17 20:57:09 +00:00
services:
- docker
- ntp
2019-10-19 15:46:10 +00:00
- xvfb
addons:
chrome: stable
apt:
sources:
- google-chrome
packages:
- libgif-dev
- google-chrome-stable
before_script:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
- nvm install v11 && nvm use v11 && npm i
2016-12-17 20:57:09 +00:00
script:
- "source bootstrap.sh"
- "authelia-scripts ci"
after_success:
- "authelia-scripts docker publish"
# TODO(c.michaud): publish built artifact on Github.
2016-12-17 20:57:09 +00:00
notifications:
email:
recipients:
- clement.michaud34@gmail.com
on_success: change
on_failure: always