Skip to content

Commit 4678e4e

Browse files
committed
BUILD: Travis problem, Travis solution
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 ;)
1 parent 05cca7c commit 4678e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ matrix:
6262
before_deploy:
6363
- build/deploy/before-deploy.sh xemu-deploy Linux
6464
deploy:
65+
dpl_version: 2.0.5.2.beta.1
6566
provider: pages
6667
local_dir: xemu-deploy
6768
skip_cleanup: true
@@ -136,6 +137,7 @@ matrix:
136137
before_deploy:
137138
- build/deploy/before-deploy.sh xemu-deploy Windows
138139
deploy:
140+
dpl_version: 2.0.5.2.beta.1
139141
provider: pages
140142
local_dir: xemu-deploy
141143
skip_cleanup: true

0 commit comments

Comments
 (0)