From e6057a0084664680956777847af85c63ca79882f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 15 Nov 2016 21:30:34 +0100 Subject: [PATCH] Fixes travis build. Squashed commit of the following: commit 8811389f5071831b4fd55fa0c978767d722a4ed0 Author: Dominik Picheta Date: Tue Nov 15 21:24:03 2016 +0100 Cleans up troibobasbfdb commit 283e10b43517e1c03a277bdf0dd39ea017421d53 Author: Dominik Picheta Date: Tue Nov 15 21:12:03 2016 +0100 Too bad bash isn't style insensitive. commit 3cbf069230306c2977fe37f811c803b9a55b4ccf Author: Dominik Picheta Date: Tue Nov 15 21:09:27 2016 +0100 Attempt to add -lrt to linker flags. commit 0f3cbfabd9f9b2cf8c9ba9709175384d2f440ffd Author: Dominik Picheta Date: Tue Nov 15 20:58:52 2016 +0100 Print ldd version. commit badc29b79d6cc4f0770c483ac63079b0a3e9bd6c Author: Dominik Picheta Date: Tue Nov 15 20:50:35 2016 +0100 Attempt to debug. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3341250..97237daa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: wget http://nim-lang.org/download/nim-0.15.2.tar.xz tar -xf nim-0.15.2.tar.xz cd nim-0.15.2 - sh build.sh + LDFLAGS=-lrt sh build.sh cd .. before_script: