mirror of
https://github.com/tenrok/vue-native-websocket.git
synced 2026-05-17 04:39:39 +03:00
b62cc5a27c
* wire up specs * tests + fixes for #1 * travis
20 lines
297 B
YAML
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 &
|