Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim-at-tci authored Sep 24, 2024
1 parent 8b9555c commit d2d7221
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,27 @@ jobs:
include:
- dist: xenial
script: sleep 1
# Use deploy tool v1 i.e. without edge: true
deploy:
- <<: *deploy
skip_cleanup: true
- dist: bionic
script: sleep 200
# Use deploy tool v2 i.e. with edge: true
deploy:
- <<: *deploy
edge: true
cleanup: false
- dist: focal
script: sleep 350
# Use deploy tool v2 i.e. with edge: true
deploy:
- <<: *deploy
edge: true
cleanup: false
- dist: jammy
script: sleep 500
# Use deploy tool v2 i.e. with edge: true
deploy:
- <<: *deploy
edge: true
Expand All @@ -45,18 +49,21 @@ jobs:
- dist: xenial
script: sleep 1
arch: arm64
# Use deploy tool v1 i.e. without edge: true
deploy:
- <<: *deploy
skip_cleanup: true
- dist: bionic
script: sleep 200
arch: arm64
# Use deploy tool v1 i.e. without edge: true
deploy:
- <<: *deploy
skip_cleanup: true
- dist: focal
script: sleep 350
arch: arm64
# Use deploy tool v1 i.e. without edge: true
deploy:
- <<: *deploy
skip_cleanup: true

0 comments on commit d2d7221

Please sign in to comment.