diff options
author | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 11:52:43 +0100 |
---|---|---|
committer | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-26 11:52:43 +0100 |
commit | 3f8f7fadce81187556557ec102dbfd7672a31928 (patch) | |
tree | 6e27950437e50680b6bcdc21594e99c1c78d4c22 | |
parent | d3d0c160d08a294abdd8d5a262834f6185430c3a (diff) |
Added bower and bootstrap installation for travis.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ac0f28e2..22d78b3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ node_js: - "0.8.11" before_install: - - npm install -g grunt-cli recess + - npm install -g grunt-cli recess bower + - bower install bootstrap script: "grunt swatch"
\ No newline at end of file |