mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 01:39:19 +02:00
8 lines
125 B
YAML
8 lines
125 B
YAML
language: node_js
|
|
node_js:
|
|
- 4
|
|
- 0.12
|
|
- 0.10
|
|
before_install: npm install -g grunt-cli
|
|
install: npm install
|
|
sudo: false
|