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

10 lines
130 B
YAML
Raw Normal View History

2016-03-24 18:22:10 +01:00
language: node_js
dist: trusty
sudo: required
node_js: stable
2016-03-24 18:22:10 +01:00
install:
- npm install
script:
- npm run build
- npm run test