8000 switch to circle CI · mikehins/vue@caeb73f · GitHub
[go: up one dir, main page]

Skip to content

Commit caeb73f

Browse files
committed
switch to circle CI
1 parent 0d8efa9 commit caeb73f

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><a href="http://vuejs.org" target="_blank"><img width="100"src="http://vuejs.org/images/logo.png"></a></p>
22

3-
# Vue.js [![Build Status](https://travis-ci.org/yyx990803/vue.svg?branch=master)](https://travis-ci.org/yyx990803/vue) [![Selenium Test Status](https://saucelabs.com/buildstatus/vuejs)](https://saucelabs.com/u/vuejs) [![Coverage Status](https://img.shields.io/coveralls/yyx990803/vue.svg)](https://coveralls.io/r/yyx990803/vue?branch=master)
3+
# Vue.js [![Build Status](https://circleci.com/gh/yyx990803/vue/tree/master.svg?style=shield&circle-token=e1911996f6b2e26824c5ad8c7a0c78e7fd25e2a8)](https://circleci.com/gh/yyx990803/vue) [![Selenium Test Status](https://saucelabs.com/buildstatus/vuejs)](https://saucelabs.com/u/vuejs) [![Coverage Status](https://img.shields.io/coveralls/yyx990803/vue.svg)](https://coveralls.io/r/yyx990803/vue?branch=master)
44

55
## Intro
66

@@ -36,4 +36,4 @@ Details changes for each release are documented in the [release notes](https://g
3636

3737
[MIT](http://opensource.org/licenses/MIT)
3838

39-
Copyright (c) 2014 Evan You
39+
Copyright (c) 2014 Evan You

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
general:
2+
branches:
3+
only:
4+
- master

0 commit comments

Comments
 (0)
0