1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-01-01 09:57:20 +01:00
wifi-probe-aggregator/gui/.travis.yml
2020-07-27 21:55:48 +02:00

15 lines
199 B
YAML
Executable File

language: node_js
git:
depth: 3
node_js:
- "node"
install: npm install
script:
- npm test
- gulp
cache:
directories:
- node_modules
notifications:
email: false