Skip to content

Commit bc71302

Browse files
committed
chore(travis): fix ci pipeline
1 parent 2cbd721 commit bc71302

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
2-
2+
33
node_js: 8
4-
4+
55
deploy:
66
provider: script
7-
skip_cleanup: true
87
script:
9-
- npx semantic-release
8+
- 'npx semantic-release'
9+
skip_cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sitemap-generator",
3-
"version": "8.3.1",
3+
"version": "0.0.0-semantically-released",
44
"description": "Easily create XML sitemaps for your website.",
55
"homepage": "https://github.com/lgraubner/sitemap-generator",
66
"author": "Lars Graubner <mail@larsgraubner.de> (https://larsgraubner.com)",

0 commit comments

Comments
 (0)