mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-02 21:22:03 +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 build/tarball && ./tarball-automake.sh
|
||||||
- cd "${HSTRHOME}"
|
- cd "${HSTRHOME}"
|
||||||
- ./configure && make
|
- ./configure && make
|
||||||
- ./hstr --version
|
- cd src && ./hh --version
|
||||||
- echo "2) run unit tests"
|
- echo "2) run unit tests"
|
||||||
- cd "${HSTRHOME}"
|
- cd "${HSTRHOME}"
|
||||||
- cd build && test-units.sh
|
- cd build && test-units.sh
|
||||||
|
|
Loading…
Reference in a new issue