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