mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
20 lines
226 B
YAML
20 lines
226 B
YAML
language: node_js
|
|
branches:
|
|
only:
|
|
- master
|
|
node_js:
|
|
- "10"
|
|
- "9"
|
|
- "8"
|
|
- "7"
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
- "0.12"
|
|
- "0.10"
|
|
before_install:
|
|
- cp config.js.example config.js
|
|
script:
|
|
- npm run lint
|
|
- npm test
|