aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/videojs-resolution-switcher/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/videojs-resolution-switcher/.travis.yml')
-rw-r--r--extlib/videojs-resolution-switcher/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extlib/videojs-resolution-switcher/.travis.yml b/extlib/videojs-resolution-switcher/.travis.yml
new file mode 100644
index 00000000..41d37ae1
--- /dev/null
+++ b/extlib/videojs-resolution-switcher/.travis.yml
@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+ - 4
+ - 0.12
+ - 0.10
+before_install: npm install -g grunt-cli
+install: npm install
+sudo: false