specs/.travis.yml

16 lines
124 B
YAML
Raw Normal View History

2020-03-26 12:30:37 +00:00
sudo: required
dist: trusty
language: node_js
node_js:
- "8"
script:
- npm run lint
notifications:
email: false