mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-21 17:40:35 +03:00
9 lines
144 B
YAML
9 lines
144 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
sudo: false
|