Skip to content

Commit 6ab9635

Browse files
authored
Merge pull request #2 from han-feng/develop
publish 1.2.0
2 parents 166caf5 + 9f858bb commit 6ab9635

File tree

7 files changed

+582
-781
lines changed

7 files changed

+582
-781
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22

33
node_js:
44
- stable
5+
- "11"
56
- "10"
67
- "8"
78

@@ -20,10 +21,14 @@ script:
2021
- npm run build
2122
- npm test
2223

23-
after_script:
24-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
25-
26-
after_success:
27-
- npx codecov --token=$CODECOV_TOKEN
28-
- sonar-scanner
29-
- cat ./coverage/lcov.info | npx codacy-coverage --projectName modular-vue --token $CODACY_PROJECT_TOKEN --username han-feng --accountToken $CODACY_API_TOKEN
24+
jobs:
25+
include:
26+
- stage: reports
27+
if: branch = master
28+
node_js: stable
29+
after_script:
30+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
31+
after_success:
32+
- npx codecov --token=$CODECOV_TOKEN
33+
- sonar-scanner
34+
- cat ./coverage/lcov.info | npx codacy-coverage --projectName modular-vue --token $CODACY_PROJECT_TOKEN --username han-feng --accountToken $CODACY_API_TOKEN

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/han-feng/modular-vue.svg?branch=master)](https://travis-ci.org/han-feng/modular-vue)
44
![GitHub package version](https://img.shields.io/github/package-json/v/han-feng/modular-vue.svg)
5-
![npm](https://img.shields.io/npm/v/modular-vue.svg)
5+
[![npm](https://img.shields.io/npm/v/modular-vue.svg)](https://www.npmjs.com/package/modular-vue)
66
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=han-feng_modular-vue&metric=ncloc)](https://sonarcloud.io/dashboard?id=han-feng_modular-vue)
77
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/han-feng/modular-vue.svg)
88
![GitHub language count](https://img.shields.io/github/languages/count/han-feng/modular-vue.svg)

0 commit comments

Comments
 (0)