Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 0c8582c

Browse files
committed
[CI] Travis CI Prepare for next released
1 parent f3e79b7 commit 0c8582c

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ src
22
demo
33
.babelrc
44
webpack.config.js
5-
.travis.yml
5+
.travis.yml
6+
.gitignore
7+
package-lock.json

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
language: node_js
2+
23
node_js:
3-
- "10"
4-
- "11"
4+
- '10'
55

66
before_install:
7-
- npm install
8-
- npm run fix-lint
9-
- npm test
7+
- npm install
8+
- npm run fix-lint
9+
- npm test
1010

1111
script:
12-
- npm run build
12+
- npm run build
13+
14+
deploy:
15+
provider: npm
16+
17+
api_key: "eKMpdUNVMZjp912B0CKzxwK9B2FX1phqBkIIxwEVPkvdrRO1JCl7N4cDaGW4L5NuCbJDEYB9j7h2pIV0bkkqMP+cMx2SSmLBzRsGhNUDtkLJyD+ihDUHAO5TLDYOnleFjHqU98uqNbKB4Vxh1LxgsyNUbqh15yFs2Zl3gvOEs5ThGhMtrrbDQyaKpVoVF6F83DdFuUO4RnenpOn8RGjIw5WIZUL+ARUIVAo4k/KajJc0tUK7phO4+ZcKwqS8fxNpB6sFHoruwzzurfvlH/SGERzWSo7P2Pr/ap1icjaXLo/fVTW6Ftc+Hllmd3Ptc1DAfpCGdjTrQ5JemfyoNJ3KoIRVaL5LPbTVuk4ly4s4eBJywUyoFxoLk9DnMaEO8jpoZkvigaJlKjFaFVpA/xp/FkW7tRRHAkwt/6GczXlubcxXRUL/5Fx9vTUC0EXHyYL06KSKFXcRfvYNLTHZiO9oPBonumJ8RSRhASB0cFAdBn8OUiaesiTD8ZkCKB9snuUaZqAQripjzYHQvz6AHj4Q/LJ02sUjlaRzHMmnw2Z6TXTANFdG70Coiu9BzaPcAf3Z3VS2JYbvjF/DaWSkpB7qq9S5vaUog80vPzUrv/GGZdCC/Z4h/Zxk2BEmfPpCwDzGs9E2Ei30xg3ZYVWvNjX+R1u5OyLJ4gI0oaZ7kHHzl04="
18+
skip_cleanup: true
19+
on:
20+
tags: true

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"prepublish": "npm run build",
1010
"test": "standard \"src/*.jsx\" "
1111
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
1215
"repository": {
1316
"type": "git",
1417
"url": "git+https://github.com/bervProject/ReactMultiCrop.git"

0 commit comments

Comments
 (0)