From 8c3cfe41d27e52dbb2e56d3a89458c0d6a279002 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 6 Apr 2018 16:26:31 +0200 Subject: [PATCH] test --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f7f4401..665860d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,11 @@ notifications: email: false git: depth: 99999999 +# sudo: false +addons: + apt: + packages: + - libzmq3-dev ## uncomment the following lines to allow failures on nightly julia ## (tests will run but not make your overall status red)