We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391fbc commit 6af1d55Copy full SHA for 6af1d55
.travis.yml
@@ -45,6 +45,8 @@ script:
45
- nim c -r tester
46
- cd ..
47
- ./src/nimble install -y
48
+ - cd ~/.choosenim/toolchains/nim-$BRANCH
49
+ - nim c -r testament/testament cat nimble-packages
50
51
notifications:
52
irc: "chat.freenode.net#nimbuild"
0 commit comments