Newer
Older
2022-autumn-study / node_modules / debug / .travis.yml
@ItoRino ItoRino on 4 Oct 2022 140 bytes first commit

language: node_js
node_js:
  - "6"
  - "5"
  - "4"

install:
  - make node_modules

script:
  - make lint
  - make test
  - make coveralls