Przeglądaj źródła

switch to circle CI

Evan You 11 lat temu
rodzic
commit
caeb73f5c9
3 zmienionych plików z 6 dodań i 15 usunięć
  1. 0 13
      .travis.yml
  2. 2 2
      README.md
  3. 4 0
      circle.yml

+ 0 - 13
.travis.yml

@@ -1,13 +0,0 @@
-language: node_js
-node_js:
-- "iojs-v2.0.1"
-branches:
-  only:
-  - master
-  - dev
-before_install:
-- npm install -g grunt-cli
-env:
-  global:
-  - secure: Ce9jxsESszOnGyj3A6wILO5W412El9iD/HCHiFgbr8/cSXa4Yt0ZOEZysZeyaBX6IFUCjHtQPLasVgCxijDHrhi7/drmyCE+ksruk/6LJWn9C46PZK6nI+N04iYA2TRnocFllhGbyttpbpxY04smCmGWqXwLppu9nb+VIDkKGmE=
-  - secure: cZQTby8mGxb4QHi9net2/kK7N2VMOZKPepa+8ob2+jxICSukPgTqGP1iVQWR+tVlU60lFAHpos2o8vQLB4e5Rt5IFEajCr+RppE9xUWxMUulbrXaIrzz1OYA5DvTi/8ZeE6/x0+MpZJT1b/GIqhlrU4QwjjpeJWLwAkv8ysZaEs=

+ 2 - 2
README.md

@@ -1,6 +1,6 @@
 <p align="center"><a href="http://vuejs.org" target="_blank"><img width="100"src="http://vuejs.org/images/logo.png"></a></p>
 
-# 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)
+# 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)
 
 ## Intro
 
@@ -36,4 +36,4 @@ Details changes for each release are documented in the [release notes](https://g
 
 [MIT](http://opensource.org/licenses/MIT)
 
-Copyright (c) 2014 Evan You
+Copyright (c) 2014 Evan You

+ 4 - 0
circle.yml

@@ -0,0 +1,4 @@
+general:
+  branches:
+    only:
+      - master