From f31cc60c10366c65521af0b00328aae93c594a32 Mon Sep 17 00:00:00 2001 From: Trevor Rosen Date: Tue, 14 Nov 2017 11:23:06 -0600 Subject: [PATCH] Without punctuation, we are lost --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8c1d748..399fdda4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - - echo "Running tests + - echo "Running tests" - make test_with_coverage - echo "Checking that code is well-formatted" - make fmt_check