We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ad0cdb + 0609815 commit 24f01b0Copy full SHA for 24f01b0
.travis.yml
@@ -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
@@ -5,5 +5,8 @@
vue-apicloud-quickstart
</h1>
<div align="center">
+[](https://www.travis-ci.org/w-xuefeng/vue-apicloud-quickstart)
A Vue.js project in APICloud
</div>
0 commit comments