We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7706e commit 8205efdCopy full SHA for 8205efd
.travis.yml
@@ -8,8 +8,8 @@ branches:
8
- main
9
10
node_js:
11
-- 10
12
- 12
+- 14
13
14
# before_install:
15
# - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
@@ -29,10 +29,10 @@ after_success:
29
- npm run report-coverage
30
31
# To enable semantic-release, uncomment this section.
32
-# deploy:
33
-# - provider: script
34
-# skip_cleanup: true
35
-# script: npx semantic-release
36
-# on:
37
-# node: 12
38
-# branch: master
+deploy:
+- provider: script
+ skip_cleanup: true
+ script: npx semantic-release
+ on:
+ node: 12
+ branch: main
0 commit comments