hexo/node_modules/transliteration/.travis.yml

10 lines
127 B
YAML

sudo: false
language: node_js
node_js:
- "8"
- "9"
- "10"
after_script:
- npm run coveralls
# - npm run test:browser