Skip to content

Commit

Permalink
travis: test nimble against the important packages list
Browse files Browse the repository at this point in the history
Also update Nim to latest nightlies
  • Loading branch information
alaviss committed Feb 5, 2020
1 parent 9391fbc commit 31c8bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- BRANCH=0.20.2
- BRANCH=1.0.0
# This is the latest working Nim version against which Nimble is being tested
- BRANCH=#16c39f9b2edc963655889cfd33e165bfae91c96d
- BRANCH=#ab525cc48abdbbbed1f772e58e9fe21474f70f07

cache:
directories:
Expand Down Expand Up @@ -45,6 +45,7 @@ script:
- nim c -r tester
- cd ..
- ./src/nimble install -y
- testament cat nimble-packages

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

0 comments on commit 31c8bf4

Please sign in to comment.