Skip to content

Commit

Permalink
Travis CI: Workaround deployment fail by using dist focal instead
Browse files Browse the repository at this point in the history
(fix of commits a398d87, a417839)
  • Loading branch information
ivmai committed Sep 6, 2024
1 parent a417839 commit 9e2289d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
apt:
packages:
- libatomic-ops-dev
dist: focal
env:
- MAKEFILE_TARGETS="distcheck"
- GC_REAL_VERSION=7.2s
Expand Down Expand Up @@ -138,10 +139,6 @@ script:
gzip --best --verbose gc-*.tar;
fi

before_deploy:
- yes | gem update --system --force
- gem install bundler uri install

deploy:
provider: releases
edge: true
Expand Down

0 comments on commit 9e2289d

Please sign in to comment.