From 886307f806bb88fd3766ad0e18c2189c1bde45c9 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 10 Aug 2015 17:42:40 -0700 Subject: [PATCH] Start building, you silly server! --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed65424..fc9b132 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ -# DCD language: d script: - - git submodule update --init --recursive - - make debug - - cd test && ./run_tests.sh + - git submodule update --init --recursive + - make debug + - cd test && ./run_tests.sh