Skip to content

Commit 6a8670e

Browse files
committed
updated environment variables for travis
1 parent 20fa451 commit 6a8670e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- 16
44
- 18
5-
5+
66
branches:
77
only:
88
- dev
@@ -17,8 +17,8 @@ deploy:
1717
branch: main
1818
tags: true
1919
provider: npm
20-
email: $NPM_EMAIL_ADDRESS
21-
api_key: $NPM_AUTH_TOKEN
20+
email: NPM_EMAIL_ADDRESS
21+
api_key: NPM_AUTH_TOKEN
2222

2323
# optional speciying jobs to run
2424
# jobs:

0 commit comments

Comments
 (0)