another attempt to make travis green

This commit is contained in:
Andreas Rumpf
2017-01-29 16:25:41 +01:00
parent fcefe06b57
commit cedf4cac85

View File

@@ -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