From 69e8f804d876b068fe655d0427fd20a89d84d0c8 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 29 Jan 2017 13:51:42 +0100 Subject: [PATCH] attempt to make travis green again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2ba41e12c..28eaabc53c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libgc-dev before_script: - set -e - - wget http://nim-lang.org/download/fasm-1.71.39.tgz + - wget 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