Skip to content

Commit 9338fd0

Browse files
committed
Test installing ntangle using nimble
Ref: #16
1 parent 768c8fc commit 9338fd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ script:
6868
# Compile the static binary using musl.
6969
# --accept to say Yes to prompts like "Prompt: No local packages.json found, download it from internet? [y/N]"
7070
- nimble install --depsOnly --accept
71+
# Test installing ntangle using nimble
72+
- nimble install --accept ntangle
7173
- git clone https://github.com/kaushalmodi/nim_config && cp nim_config/config.nims . # Get my global config.nims
7274
- nim musl "${NIMFILE}"
7375
# Verify the built binary version.

0 commit comments

Comments
 (0)