diff --git a/.travis.yml b/.travis.yml index 1778976..97802c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ script: - cd build/tarball && ./tarball-automake.sh - cd "${HSTRHOME}" - ./configure && make - - ./hstr --version + - cd src && ./hh --version - echo "2) run unit tests" - cd "${HSTRHOME}" - cd build && test-units.sh