15 lines
133 B
YAML
Raw Normal View History

2025-12-11 15:38:52 +08:00
dist: xenial
language: node_js
node_js:
- lts/*
install:
- npm install -g grunt
- npm install
script:
- grunt
cache: npm