Skip to content

Commit

Permalink
BUILD: Travis problem, Travis solution
Browse files Browse the repository at this point in the history
The last build errored out on the Linux based builts. Travis response
was:

Thanks for reaching out and very sorry for this issue. We are aware of this
issue. As a workaround could you please add in your .travis.yml in the
deploy section "dpl_version: 2.0.5.2.beta.1".

Now, I am trying to do just like that. Fingers crossed ;)
  • Loading branch information
lgblgblgb committed Nov 26, 2024
1 parent 05cca7c commit 4678e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ matrix:
before_deploy:
- build/deploy/before-deploy.sh xemu-deploy Linux
deploy:
dpl_version: 2.0.5.2.beta.1
provider: pages
local_dir: xemu-deploy
skip_cleanup: true
Expand Down Expand Up @@ -136,6 +137,7 @@ matrix:
before_deploy:
- build/deploy/before-deploy.sh xemu-deploy Windows
deploy:
dpl_version: 2.0.5.2.beta.1
provider: pages
local_dir: xemu-deploy
skip_cleanup: true
Expand Down

0 comments on commit 4678e4e

Please sign in to comment.