From e7a519249404486c3a384b4c5147e3dc120c62b6 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 12 Aug 2018 11:36:20 +0200 Subject: [PATCH] Fixing Travis CI script to call the right binary. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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