From 18cec6e7fb356a1e86d585e17ce1631d220c51d3 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Fri, 16 Feb 2018 17:02:16 -0500 Subject: [PATCH] Fixing typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f47880..354b37a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: script: - cmake --build . # run unit tests - - cd /tests + - cd tests - ctest # run regression tests - cd $EPANET_HOME