0

15 lines
133 B
YAML
Raw Normal View History

2020-10-20 05:15:30 +00:00
dist: xenial
language: node_js
node_js:
- lts/*
install:
- npm install -g grunt
- npm install
script:
- grunt
cache: npm