From cedf4cac855497b1179baa328261faf8027160cf Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 29 Jan 2017 16:25:41 +0100 Subject: [PATCH] another attempt to make travis green --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f5c38cb1d..c6bcbc3a49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libgc-dev before_script: - set -e - - wget --secure-protocol=tlsv1 http://nim-lang.org/download/fasm-1.71.39.tgz + - curl --out fasm-1.71.39.tgz https://nim-lang.org/download/fasm-1.71.39.tgz - tar xvf fasm-1.71.39.tgz - git clone --depth 1 https://github.com/nim-lang/csources.git - cd csources