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

11 lines
156 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 -g bower
- npm install
2017-03-01 12:57:14 +01:00
- bower install
2016-03-24 18:22:10 +01:00
script:
- npm run build