From aeffd8b9f8ba461e3ba1d0675506986e8c905768 Mon Sep 17 00:00:00 2001 From: otya128 Date: Sat, 3 Dec 2016 21:20:46 +0900 Subject: [PATCH] fix .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7586ca..d8eedc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ d: - dmd - gdc - ldc -dub test --compiler=${DC} -- -h +script: dub test --compiler=${DC} -- -h