summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fb471f9dcc6f2cf9857a29b29e8a3f291a7c2f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
branches:
  only:
    - master
    - gh-pages

language: node_js

node_js:
  - "0.8.11"

before_install:
  - npm install -g grunt-cli recess bower
  - bower install bootstrap#~2.3.2

script: "grunt swatch"