language: node_js
before_install:
  - "npm install -g bower"
node_js:
  - "0.12"
branches:
  except:
    - dist
  only:
    - master