Skip to content

Commit 220d94a

Browse files
committed
Improved Travis config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent ade8227 commit 220d94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
node_js: node
1010
script:
1111
- curl https://gist.githubusercontent.com/Jaid/284917bd3e938add97b699a18b957d8c/raw/ciNodeRelease.bash | bash
12+
- pkgName=$(npx package-name-cli)
1213
deploy:
1314
- provider: pages
1415
local_dir: dist/page
15-
fqdn: $PKG_NAME.jaid.codes
16+
fqdn: $pkgName.jaid.codes
1617
skip_cleanup: true
1718
github_token: $GITHUB_TOKEN
1819
on:

0 commit comments

Comments
 (0)