Skip to content

Commit 40feb8a

Browse files
committed
improvement(templates): updated travis.yml template
Updated .travis.yml configuration in templates
1 parent 9a99807 commit 40feb8a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/travis_yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: node_js
2+
os: linux
23

34
jobs:
45
include:
56
# Define the release stage that runs semantic-release
67
- stage: release
8+
name: "Releasing"
79
node_js: lts/*
8-
# Advanced: optionally overwrite your default `script` step to skip the tests
9-
# script: skip
1010
deploy:
1111
provider: script
12-
skip_cleanup: true
13-
script:
14-
- npx semantic-release
12+
cleanup: false
13+
script: npx semantic-release

0 commit comments

Comments
 (0)