diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-10 09:52:18 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-10 09:52:18 -0600 |
| commit | f90b00446e930f7695a709800561950894a854d5 (patch) | |
| tree | 7596647a01dd768f60cf33fea42145c303833780 | |
| parent | d835d29e3ec1260569bb98866679110b2d193daa (diff) | |
| download | nimterop-f90b00446e930f7695a709800561950894a854d5.tar.gz nimterop-f90b00446e930f7695a709800561950894a854d5.zip | |
No caching of binaries on Travis
| -rw-r--r-- | .travis.yml | 18 |
1 files 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 |
