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