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

language: node_js

node_js:
  - "0.8.11"

before_install:
  - npm install -g grunt-cli

script: "grunt swatch"