UnlyEd/universal-language-detector

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "12.14"
cache:
  directories:
    - node_modules
install:
  - yarn install
script:
  - yarn run test:once