diff --git a/.travis.yml b/.travis.yml index 9359bb64..980be081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -173,6 +173,7 @@ install: script: # Discover and run all Python unit tests. Buffer output so that it's not sent to the build log. - $python -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer +- touch $gampath/nobrowser.txt - $gam version extended - $gam version | grep travis # travis should be part of the path (not /tmp or such) # determine which Python version GAM is built with and ensure it's at least build version from above.