From 75a51e7f90a612223cf74ccef79c31795e9b4c93 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 6 Oct 2017 19:43:35 -0400 Subject: [PATCH] Update Deploy Script --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7000b36e..7e02956d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,5 @@ before_script: script: - "pytest examples/my_first_test.py --with-selenium --browser=phantomjs" - "pytest examples/my_first_test.py --with-selenium --browser=firefox -s" -env: - matrix: - - BROWSER=phantomjs - - BROWSER=firefox notifications: email: false