Skip to content

Commit

Permalink
only run travis on master
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 19, 2014
1 parent bf5c14b commit c42e185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c42e185

Please sign in to comment.