aboutsummaryrefslogtreecommitdiffstats
path: root/library/bootstrap-colorpicker/.travis.yml
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-03-25 19:36:44 +0100
commit51ee3964c0f799fa9786ddd85b54707c43cd3509 (patch)
treeaab2616b9e69bfe2bf2b32070aba71a5cb24f76f /library/bootstrap-colorpicker/.travis.yml
parentc972a94b0125bcb82ef3fe8e97adef45f94404f2 (diff)
downloadvolse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.gz
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.tar.bz2
volse-hubzilla-51ee3964c0f799fa9786ddd85b54707c43cd3509.zip
Well, if you want to add a color picker it is indeed a good idea
to include the color picker.
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