Added gh-pages as a build branch.
[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   - export DISPLAY=:99.0
11   - sh -e /etc/init.d/xvfb start
12   - npm install -g grunt-cli
13
14  script: "grunt swatch"