From f90b00446e930f7695a709800561950894a854d5 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 10 Dec 2018 09:52:18 -0600 Subject: No caching of binaries on Travis --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60eabe7..2e316a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,15 @@ env: - BRANCH=stable - BRANCH=devel -cache: - directories: - - "$HOME/.nimble" - - "$HOME/.choosenim" +# cache: + # directories: + # - "$HOME/.nimble" + # - "$HOME/.choosenim" -matrix: - allow_failures: - - env: BRANCH=devel - fast_finish: true +# matrix: + # allow_failures: + # - env: BRANCH=devel + # fast_finish: true install: - export CHOOSENIM_CHOOSE_VERSION=$BRANCH @@ -25,7 +25,7 @@ install: curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - export PATH=$HOME/.nimble/bin:$PATH - - nimble refresh -y + # - nimble refresh -y script: - nimble installWithDeps -- cgit v1.2.3