Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit c285d0f

Browse files
committed
Fix Travis script syntax (#13)
1 parent 7991024 commit c285d0f

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
@@ -22,6 +22,6 @@ before_deploy:
2222

2323
deploy:
2424
provider: npm
25-
api_key: "$NPM_API_KEY"
26-
on:
27-
tags: true
25+
api_key: $NPM_API_KEY
26+
on:
27+
tags: true

0 commit comments

Comments
 (0)