mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
15 lines
319 B
YAML
15 lines
319 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.1.0
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|
|
before_install:
|
|
- "cp config/database.yml.example config/database.yml"
|
|
- "cp config/config.yml.example config/config.yml"
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|