Skip to content

Commit 24f01b0

Browse files
authored
Merge pull request #1 from w-xuefeng/master
fix: merge from master branch
2 parents 1ad0cdb + 0609815 commit 24f01b0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language:
2+
- node_js
3+
4+
node_js:
5+
- '10'
6+
7+
# Travis-CI Caching
8+
cache:
9+
directories:
10+
- node_modules
11+
12+
# S: Build Lifecycle
13+
install:
14+
- npm install
15+
16+
before_script:
17+
18+
script:
19+
- npm run build
20+
- npm run generate
21+
# E: Build LifeCycle
22+
23+
branches:
24+
only:
25+
- master

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
vue-apicloud-quickstart
66
</h1>
77
<div align="center">
8+
9+
[![Build Status](https://www.travis-ci.org/w-xuefeng/vue-apicloud-quickstart.svg?branch=master)](https://www.travis-ci.org/w-xuefeng/vue-apicloud-quickstart)
10+
811
A Vue.js project in APICloud
912
</div>

0 commit comments

Comments
 (0)