Fixing typo

This commit is contained in:
Michael Tryby
2018-02-16 17:02:16 -05:00
parent 65aafc06b7
commit 18cec6e7fb

View File

@@ -22,7 +22,7 @@ before_script:
script: script:
- cmake --build . - cmake --build .
# run unit tests # run unit tests
- cd /tests - cd tests
- ctest - ctest
# run regression tests # run regression tests
- cd $EPANET_HOME - cd $EPANET_HOME