arma-server-web-admin/.travis.yml
2017-04-01 11:40:51 +02:00

15 lines
185 B
YAML

language: node_js
branches:
only:
- master
node_js:
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
before_install:
- npm update -g npm
- cp config.js.example config.js