From 589864ce36ec5587d9310473144a6a1be3a48c0c Mon Sep 17 00:00:00 2001 From: David Morse Date: Wed, 27 May 2015 15:47:32 -0600 Subject: [PATCH] travis config for bower --- .travis.yml | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ac60504a5..13ad104066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ node_js: install: - npm install before_script: - - npm install + - bower install script: - - grunt --verbose \ No newline at end of file + - grunt build --verbose \ No newline at end of file diff --git a/README.md b/README.md index 94f8c46e3a..210db971e0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) +[![Build Status](https://travis-ci.org/dsmorse/gridster.js.svg)](http://travis-ci.org/dsmorse/gridster.js) + Gridster.js ===========