From ede1f7692f3409230ee6838179d35bafaa004ee1 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 29 Jan 2017 14:12:05 +0100 Subject: [PATCH] Another attempt to fix travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28eaabc53c..5f5c38cb1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libgc-dev before_script: - set -e - - wget https://nim-lang.org/download/fasm-1.71.39.tgz + - wget --secure-protocol=tlsv1 http://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