blob: 6c6090c3b09f2e45d8c0a1dc77ff5f4a81e78a3c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001
2language: node_js
3node_js:
4 - "6"
5 - "5"
6 - "4"
7
8install:
9 - make node_modules
10
11script:
12 - make lint
13 - make test
14 - make coveralls