Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Fix build (mayb)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Feb 13, 2017
1 parent 91ef383 commit 56feb96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.a
docs.json
docs/
__test__library__
__test*
*.html
dub.selections.json

Expand All @@ -12,4 +12,4 @@ dub.selections.json
*.sln
*.suo
*.dll
*.exe
*.exe
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before_install:
- wget http://ftp.us.debian.org/debian/pool/main/libs/libsodium/libsodium18_1.0.11-1_amd64.deb
- wget http://ftp.us.debian.org/debian/pool/main/libs/libsodium/libsodium-dev_1.0.11-1_amd64.deb
- "sudo dpkg -i *.deb"
- dub upgrade

d:
- dmd
Expand Down
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "zlib",
"dependencies": {
"shaker": "~>0.0.7",
"vibe-d:core": "~>0.8.0-beta.2",
"vibe-d:http": "~>0.8.0-beta.2",
"vibe-d:core": "~>0.8.0-beta.3",
"vibe-d:http": "~>0.8.0-beta.3",
"dcad": "~>0.0.8"
},
"configurations": [
Expand Down

0 comments on commit 56feb96

Please sign in to comment.