halogen-websocket-ipc-playzone/.travis.yml

10 lines
130 B
YAML

language: node_js
dist: trusty
sudo: required
node_js: stable
install:
- npm install
script:
- npm run build
- npm run test