From ad1cea991ff959cb8c4af3b27c6cfd2bff0c8fdb Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 16 Sep 2015 17:14:37 -0700 Subject: [PATCH] Use the beta so that the build will pass --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9c05d2c..4f84b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: d +d: dmd-2.068.2-b2 script: - git submodule update --init --recursive && make test