Skip to content

Commit

Permalink
traaaaavis
Browse files Browse the repository at this point in the history
  • Loading branch information
yatima1460 committed Aug 2, 2019
1 parent c080737 commit 01d9240
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,12 @@ def installD(compiler="dmd"):
# Windows...
os.system("wget http://downloads.dlang.org/releases/2.x/2.086.0/dmd.2.086.0.windows.7z")
os.system("7z x dmd.2.086.0.windows.7z")
os.system("ls")
os.system("ls dmd2")
os.system("ls dmd2/windows")
os.system("ls dmd2/windows/bin/")
#os.system("move dmd2/windows/bin/*.* $PWD")
return "dmd2/windows/bin/dub.exe"
return "./dmd2/windows/bin/dub.exe"
else:
NotImplementedError("Your OS is not supported.")

Expand Down

0 comments on commit 01d9240

Please sign in to comment.