menuserver/.travis.yml

13 lines
110 B
YAML
Raw Normal View History

2019-12-11 00:07:07 +00:00
language: node_js
sudo: false
node_js:
- "8.11.1"
install:
- npm install
script:
- npm run test