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

Commit 7efde43

Browse files
committed
Try skip_cleanup for travis deploy...
1 parent a83f904 commit 7efde43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ branches:
1414
script:
1515
- yarn test
1616
- yarn build
17-
before_deploy:
18-
- yarn
19-
- yarn build
2017
deploy:
18+
skip_cleanup: true
2119
provider: npm
2220
email: mbeierling@gmail.com
2321
api_key:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-canvas-draw",
3-
"version": "1.0.1-hotfix.3",
3+
"version": "1.0.1-hotfix.4",
44
"description": "A simple yet powerful canvas-drawing component for React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)