mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-20 00:00:34 +03:00
11 lines
173 B
YAML
11 lines
173 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
sudo: false |