hexo/node_modules/transliteration/.travis.yml

10 lines
127 B
YAML
Raw Normal View History

2023-09-25 15:58:56 +08:00
sudo: false
language: node_js
node_js:
- "8"
- "9"
- "10"
after_script:
- npm run coveralls
# - npm run test:browser