2
0
mirror of https://github.com/MCSManager/MCSManager.git synced 2025-03-01 16:16:18 +08:00
MCSManager/.travis.yml
2019-09-17 15:52:54 +08:00

17 lines
207 B
YAML

language: node_js
node_js:
- "8.0"
- "9.0"
- "10.0"
- "11.0"
- "12.0"
sudo: true
cache:
directories:
- node_modules
before_script:
- npm install
branches:
only:
- master
- develop