Last active
August 29, 2020 22:14
-
-
Save genotrance/fb53504a4fba88bc5201d3783df5c522 to your computer and use it in GitHub Desktop.
Travis CI setup for Nim - moved to https://github.com/genotrance/nim-travis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl https://raw.githubusercontent.com/genotrance/nim-travis/master/travis.sh -LsSf -o travis2.sh | |
source travis2.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@genotrance FYI: this seems to cause nim-lang/nimble#783 which I'm fixing in nim-lang/nimble#781