work.suroh.tk/node_modules/nunjucks/.travis.yml

13 lines
155 B
YAML
Raw Normal View History

2019-12-02 12:22:45 +00:00
language: node_js
sudo: false
node_js:
- "11"
- "10"
- "8"
install:
- npm install
- npm install codecov
script:
- npm test
- npm run codecov