Skip to content

Commit 31c8bf4

Browse files
committed
travis: test nimble against the important packages list
Also update Nim to latest nightlies
1 parent 9391fbc commit 31c8bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
- BRANCH=0.20.2
1111
- BRANCH=1.0.0
1212
# This is the latest working Nim version against which Nimble is being tested
13-
- BRANCH=#16c39f9b2edc963655889cfd33e165bfae91c96d
13+
- BRANCH=#ab525cc48abdbbbed1f772e58e9fe21474f70f07
1414

1515
cache:
1616
directories:
@@ -45,6 +45,7 @@ script:
4545
- nim c -r tester
4646
- cd ..
4747
- ./src/nimble install -y
48+
- testament cat nimble-packages
4849

4950
notifications:
5051
irc: "chat.freenode.net#nimbuild"

0 commit comments

Comments
 (0)