Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac075dd

Browse files
committed
script paths
1 parent 778e3a5 commit ac075dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: node_js
22
node_js:
33
- '8'
44
script:
5-
- build-js.sh
5+
- ./build-js.sh
66
deploy:
77
provider: script
8-
script: publish-js.sh
8+
script: ./publish-js.sh
99
on:
1010
tags: true
1111
repo: FacilityApi/FacilityJavaScript

0 commit comments

Comments
 (0)