2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-17 04:39:39 +03:00
Files
vue-native-websocket/.travis.yml
T
Nathan b62cc5a27c Specs (#6)
* wire up specs

* tests + fixes for #1

* travis
2017-07-07 09:27:32 -07:00

20 lines
297 B
YAML

dist: trusty
sudo: required
language: node_js
cache: yarn
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable fluxbox
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
- fluxbox >/dev/null 2>&1 &