mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
18 lines
153 B
YAML
18 lines
153 B
YAML
language: node_js
|
|
sudo: false
|
|
|
|
os:
|
|
- linux
|
|
|
|
node_js:
|
|
- node
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run lint
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules |