mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
17 lines
221 B
YAML
17 lines
221 B
YAML
language: node_js
|
|
branches:
|
|
only:
|
|
- master
|
|
node_js:
|
|
- "12"
|
|
- "10"
|
|
- "8"
|
|
- "6"
|
|
- "4"
|
|
before_install:
|
|
- cp config.js.example config.js
|
|
script:
|
|
- npm run lint
|
|
- npm test
|
|
- ./node_modules/.bin/webpack
|