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

language: node_js

node_js:
  - "0.10"

before_install:
  - npm install -g grunt-cli recess bower
  - bower install

script: "grunt swatch"

git:
  depth: 10