arma-server-web-admin/.travis.yml

15 lines
185 B
YAML
Raw Normal View History

2015-04-03 10:38:32 +00:00
language: node_js
branches:
only:
- master
2015-04-03 10:38:32 +00:00
node_js:
- "7"
- "6"
- "5"
- "4"
- "0.12"
2015-04-03 10:38:32 +00:00
- "0.10"
before_install:
- npm update -g npm
2015-04-03 10:42:02 +00:00
- cp config.js.example config.js