20 lines
207 B
YAML
Raw Permalink Normal View History

2025-06-04 09:42:48 +08:00
language: node_js
node_js:
- "0.10"
install:
- npm install -g gulp karma-cli
- npm install
script:
- npm test
cache:
directories:
- node_modules
branches:
only:
- develop
- master