asd/asd-pc/node_modules/videojs-font/.travis.yml

15 lines
133 B
YAML
Raw Normal View History

2024-11-21 11:06:22 +08:00
dist: xenial
language: node_js
node_js:
- lts/*
install:
- npm install -g grunt
- npm install
script:
- grunt
cache: npm