15 lines
133 B
YAML
15 lines
133 B
YAML
dist: xenial
|
|
|
|
language: node_js
|
|
node_js:
|
|
- lts/*
|
|
|
|
install:
|
|
- npm install -g grunt
|
|
- npm install
|
|
|
|
script:
|
|
- grunt
|
|
|
|
cache: npm
|