Skip to content

Commit 8d90b67

Browse files
authored
Merge branch 'master' into _dev
2 parents e381780 + 26cf52c commit 8d90b67

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "12.13"
4+
5+
deploy:
6+
provider: npm
7+
email: $EMAIL
8+
api_key: $API_KEY
9+
on:
10+
tags: true
11+
branch: master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cdn
3333
[Download zip](https://www.dynamsoft.com/barcode-reader/downloads/?utm_source=github&package=js)
3434

3535
## License Key
36-
Please visit https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=github&package=js to get a valid license and update `PRODUCT-KEYS`:
36+
Please visit [https://www.dynamsoft.com/customer/license/trialLicense](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=github&package=js) to get a valid license and update `PRODUCT-KEYS`:
3737

3838
```html
3939
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>

0 commit comments

Comments
 (0)