From 51ee3964c0f799fa9786ddd85b54707c43cd3509 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Tue, 25 Mar 2014 19:36:44 +0100 Subject: Well, if you want to add a color picker it is indeed a good idea to include the color picker. --- library/bootstrap-colorpicker/.travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 library/bootstrap-colorpicker/.travis.yml (limited to 'library/bootstrap-colorpicker/.travis.yml') 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 -- cgit v1.2.3