auto-path/.travis.yml

20 lines
172 B
YAML
Raw Normal View History

2022-02-16 19:20:15 +08:00
language: node_js
os:
- osx
node_js:
- node
install:
- npm install
cache:
directories:
- "node_modules"
script:
- npm test
notifications:
email: false