MCSManager/.travis.yml

16 lines
191 B
YAML
Raw Normal View History

2018-05-30 13:00:26 +08:00
language: node_js
node_js:
2018-05-30 13:24:28 +08:00
- "6.0"
2018-05-30 13:00:26 +08:00
- "7.0"
- "8.0"
2018-05-30 13:24:28 +08:00
- "9.0"
- "10.0"
2018-05-30 13:00:26 +08:00
sudo: true
cache:
directories:
- node_modules
before_script:
2018-05-30 13:38:14 +08:00
- npm install
branches:
only:
- master