mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
8 lines
122 B
YAML
8 lines
122 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
before_install:
|
|
- npm update -g npm
|
|
- cp config.js.example config.js
|