From b1d3e123cd74d99aa2a9911072eb6d6ed1da2a0a Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Sun, 18 Aug 2019 10:33:00 +0200
Subject: [PATCH] Change name of Travis build: Documentation test ->
 Documentation and Lint

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

diff --git a/.travis.yml b/.travis.yml
index 9b355a7..152882f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ matrix:
       env: DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="false" LINT="false"
       before_install:
         - sudo apt-get install -y ninja-build build-essential nvidia-cuda-toolkit
-    - name: "Documentation test"
+    - name: "Documentation and Lint"
       env: DISTRIB="ubuntu" TOX_PYTHON_VERSION="py36" COVERAGE="false" LINT="true"
 install:
   - source tests/travis_install.sh
-- 
GitLab