From 74d3d183c46219bacaf797b175cce25fa436f0bd Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 10 Aug 2015 17:44:36 -0700 Subject: [PATCH] Typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc9b132..128e141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: d script: - git submodule update --init --recursive - make debug - - cd test && ./run_tests.sh + - cd tests && ./run_tests.sh