We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb0b64 commit 51e0144Copy full SHA for 51e0144
.travis.yml
@@ -63,8 +63,8 @@ script:
63
# --accept to say Yes to prompts like "Prompt: No local packages.json found, download it from internet? [y/N]"
64
- nimble install --depsOnly --accept
65
- nim musl "${NIMFILE}"
66
- # See that the binary is not dynamic.
67
- - ldd "${BINFILE}" || true
+ # Verify the built binary version.
+ - eval "${BINFILE} --version"
68
69
before_deploy:
70
- cd "${TRAVIS_BUILD_DIR}"
0 commit comments