mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-29 11:11:32 +08:00
Fixing Travis CI script to call the right binary.
This commit is contained in:
parent
e99728ac5e
commit
e7a5192494
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue