From 25afae918dbe20bd53f299269e54f5125d014ff2 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 12 Mar 2020 00:55:40 +0100
Subject: [PATCH] Travis: Add /usr/local/cuda/bin to PATH

---
 tests/install_travis.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/install_travis.sh b/tests/install_travis.sh
index 859cdba..e2d609f 100755
--- a/tests/install_travis.sh
+++ b/tests/install_travis.sh
@@ -49,6 +49,7 @@ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda
 sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
 sudo apt-get update
 sudo apt-get -y install cuda-$CUDA_VERSION
+export PATH=/usr/local/cuda/bin:$PATH
 fi
 
 # for all
-- 
GitLab