Regalamiunsorriso/rus/admin/_V4/_lib/CodeSeven-toastr/.travis.yml
2026-03-14 20:04:39 +01:00

19 lines
207 B
YAML

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