mirror of https://github.com/vuejs/vue.git
only run travis on master
This commit is contained in:
parent
bf5c14b9e6
commit
c42e185960
|
|
@ -2,8 +2,8 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '0.10'
|
||||||
branches:
|
branches:
|
||||||
except:
|
only:
|
||||||
- dev
|
- master
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g grunt-cli component phantomjs casperjs
|
- npm install -g grunt-cli component phantomjs casperjs
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue