Skip to content

Commit debb1e9

Browse files
committed
ci(trais.yml): Changed release script with npm run
Changed release script from npx to npm run
1 parent cc935fc commit debb1e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22

33
node_js:
44
- 8
5-
- 6
65

76
install:
87
- npm install
@@ -22,4 +21,4 @@ jobs:
2221
provider: script
2322
skip_cleanup: true
2423
script:
25-
- npx semantic-release
24+
- npm run semantic-release

0 commit comments

Comments
 (0)