2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-23 04:20:35 +03:00
Files
vue-tribute/.travis.yml
T
Collin Henderson adcd76db33 1.0 release
2018-03-25 14:35:33 -04:00

12 lines
181 B
YAML

language: node_js
node_js:
- "7"
- "8"
cache:
yarn: true
directories:
- node_modules
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
sudo: false