arma-server-web-admin/.travis.yml
2020-04-10 21:11:31 +02:00

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