From ce66504aa9fe12a9c1def526ea4b40c7d2010213 Mon Sep 17 00:00:00 2001 From: Wil Date: Thu, 14 May 2020 00:10:03 -0400 Subject: [PATCH] Add comments --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a42ac9b..0c3051e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# This travis script builds and installs gymfc via pip in a docker container. +# We need the docker container because we want to use the same running environment +# for the build and this can take over an hour exceeding the travis build timeout. sudo: required language: generic matrix: