Files
e-tib.com/node_modules/.pnpm/media-engine@1.0.3/node_modules/media-engine/.travis.yml
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

18 lines
162 B
YAML

language: node_js
node_js:
- '8'
- '7'
os:
- linux
cache:
yarn: true
directories:
- node_modules
install: yarn --frozen-lockfile
script: yarn test