build-system/.travis.yml

20 lines
172 B
YAML

language: node_js
os:
- osx
node_js:
- node
install:
- npm install
cache:
directories:
- "node_modules"
script:
- npm test
notifications:
email: false
🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。
JavaScript 96.6%
Python 2.2%
Dart 0.7%
PHP 0.5%