arma-server-web-admin/.travis.yml
2019-09-22 22:08:34 +02:00

21 lines
258 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
- ./node_modules/.bin/webpack