From 8f6a275f4de74873170f0cf00745fff8cee5bcb8 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Fri, 2 Oct 2015 16:10:58 -0700 Subject: [PATCH] download fasm for the coro build --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 32977b185c..98a125fc6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ addons: packages: - libcurl4-openssl-dev - libsdl1.2-dev +before_script: + - set -e + - wget http://flatassembler.net/fasm-1.71.39.tgz + - tar xvf fasm-1.71.39.tgz + - export PATH=$(pwd)/fasm:$PATH script: - git clone --depth 1 https://github.com/nim-lang/csources.git - cd csources