Delete .travis.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:57:38 +0100
D
.travis.yml
@@ -1,20 +0,0 @@
-language: c -cache: - directories: - - "$HOME/.nimble" - - "$HOME/.choosenim" -install: - - export CHOOSENIM_CHOOSE_VERSION="stable" - - | - curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh - sh init.sh -y -before_script: - - set -e - - set -x - - export PATH=$HOME/.nimble/bin:$PATH - - export CHOOSENIM_NO_ANALYTICS=1 -script: - - nimble install -y nifty - - nifty install - - nimble -y build - - ./min tests/all.min