aboutsummaryrefslogtreecommitdiffstats
path: root/library/bootstrap-colorpicker/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'library/bootstrap-colorpicker/.travis.yml')
-rw-r--r--library/bootstrap-colorpicker/.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/bootstrap-colorpicker/.travis.yml b/library/bootstrap-colorpicker/.travis.yml
new file mode 100644
index 000000000..a06142ac8
--- /dev/null
+++ b/library/bootstrap-colorpicker/.travis.yml
@@ -0,0 +1,7 @@
+language: node_js
+node_js:
+ - "0.10"
+before_script:
+ - npm install -g grunt-cli
+
+script: grunt --verbose --force \ No newline at end of file