summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2018-01-27 21:57:22 +0100
committerJoel Rosdahl <joel@rosdahl.net>2018-01-27 21:57:22 +0100
commit01b3e339e120ddddf6c6e1f4f135209005f0215b (patch)
treec16d823c2679212bf78c0ed6dc2607f61d486c47 /.travis
parenta1cd6b0042ee83c71fc2b3403804fdf4e36af135 (diff)
downloadccache-01b3e339e120ddddf6c6e1f4f135209005f0215b.tar.gz
Clean up code related to CUDA/nvcc
Remove tabs from test.sh, use lowercase names for local variables and other minor fixes.
Diffstat (limited to '.travis')
-rw-r--r--.travis/install_cuda.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis/install_cuda.sh b/.travis/install_cuda.sh
index a8f141e2..0de19d49 100644
--- a/.travis/install_cuda.sh
+++ b/.travis/install_cuda.sh
@@ -1,9 +1,9 @@
#
# Install CUDA.
#
-# Version is given in CUDA variable. If left empty, this script does
-# nothing. As variables are exported by this script, "source" it
-# rather than executing it.
+# Version is given in the CUDA variable. If left empty, this script does
+# nothing. As variables are exported by this script, "source" it rather than
+# executing it.
#
if [ -n "$CUDA" ]; then