2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-20 00:00:34 +03:00
Files
vue-tribute/.travis.yml
T
2018-03-25 16:31:32 -04:00

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