sync
[bootswatch] / .travis.yml
1 branches:
2   only:
3     - master
4     - gh-pages
5
6 language: node_js
7
8 node_js:
9   - "0.8.11"
10
11 before_install:
12   - npm install -g grunt-cli recess bower
13   - bower install
14
15 script: "grunt swatch"