We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391fbc commit 31c8bf4Copy full SHA for 31c8bf4
.travis.yml
@@ -10,7 +10,7 @@ env:
10
- BRANCH=0.20.2
11
- BRANCH=1.0.0
12
# This is the latest working Nim version against which Nimble is being tested
13
- - BRANCH=#16c39f9b2edc963655889cfd33e165bfae91c96d
+ - BRANCH=#ab525cc48abdbbbed1f772e58e9fe21474f70f07
14
15
cache:
16
directories:
@@ -45,6 +45,7 @@ script:
45
- nim c -r tester
46
- cd ..
47
- ./src/nimble install -y
48
+ - testament cat nimble-packages
49
50
notifications:
51
irc: "chat.freenode.net#nimbuild"
0 commit comments