Skip to content

Commit 51e0144

Browse files
committed
Print the built binary version in Travis CI
1 parent 4cb0b64 commit 51e0144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ script:
6363
# --accept to say Yes to prompts like "Prompt: No local packages.json found, download it from internet? [y/N]"
6464
- nimble install --depsOnly --accept
6565
- nim musl "${NIMFILE}"
66-
# See that the binary is not dynamic.
67-
- ldd "${BINFILE}" || true
66+
# Verify the built binary version.
67+
- eval "${BINFILE} --version"
6868

6969
before_deploy:
7070
- cd "${TRAVIS_BUILD_DIR}"

0 commit comments

Comments
 (0)