Skip to content

Commit b4d8b8a

Browse files
committed
BUILD: Travis advice to add dpl_version
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.
1 parent 7394989 commit b4d8b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ matrix:
186186
- build/dmg-osx-creator.sh
187187
- build/deploy/before-deploy.sh xemu-deploy MacOS
188188
deploy:
189+
dpl_version: 1.10.16
189190
provider: pages
190191
local_dir: xemu-deploy
191192
skip_cleanup: true

0 commit comments

Comments
 (0)