From 33ed42c5816c03d363c2dcda687f8c569f598f73 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Thu, 5 Nov 2020 11:06:44 -0500
Subject: [PATCH] better comment

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 750d0b291..f5c98dbcf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ script:
   - javac -version
   - ./bootstrap && ./configure --prefix=/usr && make
   - pushd bindings/java/ && ant -q dist 
-  # don't run tests on linux; libtsk not present due to SIP on osx: VIK-6971
+  # don't run tests on osx; libtsk not present due to SIP on osx: VIK-6971
   - if [ $TRAVIS_OS_NAME != "osx" ]; then
       ant -q test
     fi
-- 
GitLab