From 6162b8e3aadaae5fcf67a0b60abacc3cc7abf40e Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 12 Mar 2020 00:57:20 +0100 Subject: [PATCH] Fixup: travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 524b8f6..1d5c148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ matrix: env: PATH=/c/Python37:/c/Python37/Scripts:$PATH install: - source tests/travis_install.sh -- apt instal rename +- apt install rename - pip3 install torch - pip3 install -e . - pip3 install torch || echo "failed to install machine learning stuff" -- GitLab