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

17 lines
221 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:
2020-04-10 19:10:59 +00:00
- "12"
- "10"
- "8"
- "6"
- "4"
2015-04-03 10:38:32 +00:00
before_install:
2015-04-03 10:42:02 +00:00
- cp config.js.example config.js
script:
- npm run lint
- npm test
2018-12-02 22:06:48 +00:00
- ./node_modules/.bin/webpack