1
0
mirror of https://github.com/keeweb/keeweb-plugins.git synced 2024-06-25 07:27:57 +02:00
keeweb-plugins/.travis.yml

8 lines
88 B
YAML
Raw Normal View History

2018-03-18 19:04:14 +01:00
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm run lint