From 56feb965d9c78f4289b728abab4494bf72c64d22 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 12 Feb 2017 16:57:40 -0800 Subject: [PATCH] Fix build (mayb) --- .gitignore | 4 ++-- .travis.yml | 1 + dub.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 27d3c84..65d6325 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.a docs.json docs/ -__test__library__ +__test* *.html dub.selections.json @@ -12,4 +12,4 @@ dub.selections.json *.sln *.suo *.dll -*.exe \ No newline at end of file +*.exe diff --git a/.travis.yml b/.travis.yml index 523c896..8d278e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/dub.json b/dub.json index 111e698..3e4b34a 100644 --- a/dub.json +++ b/dub.json @@ -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": [