Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit 4021522

Browse files
committed
try to publish only library 13
1 parent 4d090d9 commit 4021522

3 files changed

Lines changed: 22 additions & 23 deletions

File tree

.travis.yml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,6 @@ script:
1616
- ng build --prod --base-href .
1717
- cp dist/pdfjs/index.html dist/pdfjs/404.html
1818
deploy:
19-
- provider: script
20-
script: cd projects/pdfjs-box; npm version patch; cd ../../dist/pdfjs-box; npm version patch; cd ../..; git commit -m "[ci skip]" projects/pdfjs-box/package.json
21-
skip_cleanup: true
22-
on:
23-
branch: pdfjs
24-
- provider: script
25-
script: git commit -m "[ci skip]" package-lock.json; npm version patch -m "[ci skip]"
26-
skip_cleanup: true
27-
on:
28-
branch:
29-
- pdfjs
30-
- config
31-
- website
32-
- provider: script
33-
script: git push https://$GITHUB_TOKEN:x-oauth-basic@github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_BRANCH
34-
skip_cleanup: true
35-
on:
36-
branch:
37-
- pdfjs
38-
- config
39-
- website
4019
- provider: releases
4120
user: "$GITHUB_USER"
4221
api_key: "$GITHUB_TOKEN"
@@ -62,3 +41,23 @@ deploy:
6241
skip_cleanup: true
6342
on:
6443
branch: pdfjs
44+
- provider: script
45+
script: cd projects/pdfjs-box; npm version patch; cd ../../dist/pdfjs-box; npm version patch; cd ../..; git commit -m "[ci skip]" projects/pdfjs-box/package.json
46+
skip_cleanup: true
47+
on:
48+
branch: pdfjs
49+
- provider: script
50+
script: git commit -m "[ci skip]" package-lock.json; npm version patch -m "[ci skip]"
51+
skip_cleanup: true
52+
on:
53+
branch:
54+
- pdfjs
55+
- config
56+
- website
57+
- provider: script
58+
script: git checkout master; git merge $TRAVIS_BRANCH; git branch -d $TRAVIS_BRANCH; git push https://$GITHUB_TOKEN:x-oauth-basic@github.com/$TRAVIS_REPO_SLUG.git master;
59+
on:
60+
branch:
61+
- pdfjs
62+
- config
63+
- website

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hhangular/pdfjs",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"author": "Achache francois",
55
"license": "MIT",
66
"description": "pdfjs for angular 8x by hhfrancois",

projects/pdfjs-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hhangular/pdfjs-box",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"author": "Achache francois",
55
"license": "MIT",
66
"description": "pdfjs for angular 8x by hhfrancois",

0 commit comments

Comments
 (0)