only run travis on master

This commit is contained in:
Evan You 2014-01-18 23:01:42 -05:00
parent bf5c14b9e6
commit c42e185960
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ language: node_js
node_js:
- '0.10'
branches:
except:
- dev
only:
- master
before_install:
- npm install -g grunt-cli component phantomjs casperjs
before_script: