1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-01-04 03:10:29 +01:00
wifi-probe-aggregator/gui/.travis.yml

15 lines
199 B
YAML
Raw Normal View History

2020-07-27 21:55:48 +02:00
language: node_js
git:
depth: 3
node_js:
- "node"
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules
notifications:
email: false