hexo-theme-ayer/.travis.yml
2021-03-11 14:48:59 +08:00

10 lines
96 B
YAML

language: node_js
node_js: node
cache:
npm: true
install: npm install
script: npm run test