mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 01:09:07 +00:00
18 lines
191 B
YAML
18 lines
191 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- '6'
|
|
- '8'
|
|
- '10'
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- grunt --version
|
|
|
|
notifications:
|
|
on_success: never
|