From 4338e61a72ec17555b10f564ecc73eeba5f964a3 Mon Sep 17 00:00:00 2001 From: hiro98 Date: Thu, 9 Jul 2020 18:11:46 +0200 Subject: [PATCH] further experiments with travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 861cf5c..6dcc575 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: clojure lein: 2.9.3 script: - - apt update - - apt install systemd + - sudo apt update + - sudo apt install systemd - lein uberjar