Skip to content

Commit f6cc175

Browse files
authored
Merge pull request #1 from yeutech-lab/dev
ci(.travis.yml): fixed some errors
2 parents 88564a6 + 4803a52 commit f6cc175

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
sudo: required
2+
os: linux
33
dist: trusty
44

55
# Blocklist
@@ -29,7 +29,7 @@ stages:
2929
- build
3030
- test
3131
- release
32-
- deploy
32+
# - deploy
3333

3434
jobs:
3535
include:
@@ -60,7 +60,6 @@ jobs:
6060
if: branch = master AND type = push AND fork = false
6161
node_js:
6262
- 'lts/*'
63-
skip_cleanup: true
6463
script:
6564
- npx semantic-release
6665

@@ -78,7 +77,6 @@ jobs:
7877
# - npm run styleguide:build
7978
# deploy:
8079
# - provider: pages
81-
# skip_cleanup: true
8280
# github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
8381
# keep_history: true
8482
# local_dir: public/

0 commit comments

Comments
 (0)