From aa3f045c92d8bd887a78f5b4b5261b2b17b50317 Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Fri, 21 Sep 2018 21:12:23 -0400 Subject: [PATCH] fix spelling mistake --- doc/sphinx/devDoc/CI.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/devDoc/CI.rst b/doc/sphinx/devDoc/CI.rst index 39cbf9e..43f1b5c 100644 --- a/doc/sphinx/devDoc/CI.rst +++ b/doc/sphinx/devDoc/CI.rst @@ -1,8 +1,8 @@ -Continues Integration -===================== +Continuous Integration +====================== -Continues Integration is used for basic sanity checking. Travis-CI provides free -CI for open source github projects and is configured via a .travis.yml. +Continuous Integration is used for basic sanity checking. Travis-CI provides free +CI for open source github projects and is configured via a ``.travis.yml``. For now this is set up to compile IOR on a ubuntu 14.04 machine with gcc 4.8, openmpi and hdf5 for the backends. This is a pretty basic check and should be