Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 4bbe5f7

Browse files
committed
测试travis构建
1 parent 6843f36 commit 4bbe5f7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- "9"
4+
sudo: required
5+
before_install:
6+
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
7+
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
8+
- sudo apt-get update -qq
9+
- sudo apt-get install -y -qq yarn
10+
cache:
11+
yarn: true
12+
script:
13+
- yarn run build
14+
branches:
15+
only:
16+
- master

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# vue-bootstrap-selectpicker
22

3+
[![Build Status](https://travis-ci.org/long-woo/vue-bootstrap-selectpicker.svg?branch=master)](https://travis-ci.org/long-woo/vue-bootstrap-selectpicker)
4+
[![npm version](https://img.shields.io/npm/v/vue-bootstrap-selectpicker.svg?style=flat)](https://www.npmjs.com/package/vue-bootstrap-selectpicker)
5+
36
> vue-bootstrap-selectpicker组件演示
47
58
![img](https://raw.github.com/long-woo/vue-bootstrap-selectpicker/master/show.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bootstrap-selectpicker",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Vue component---vue-bootstrap-selectpicker",
55
"author": "long.woo <longwunet@outlook.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)