Skip to content

Commit

Permalink
BUILD: Travis advice to add dpl_version
Browse files Browse the repository at this point in the history
Recently MacOS builds didn't worked anymore. Travis support suggested to
add this line:

   dpl_version: 1.10.16

into .travis.yml at the deploy section. Since it's OSX related problem,
I've added only there.
  • Loading branch information
lgblgblgb committed Oct 21, 2024
1 parent 7394989 commit b4d8b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ matrix:
- build/dmg-osx-creator.sh
- build/deploy/before-deploy.sh xemu-deploy MacOS
deploy:
dpl_version: 1.10.16
provider: pages
local_dir: xemu-deploy
skip_cleanup: true
Expand Down

0 comments on commit b4d8b8a

Please sign in to comment.