From b7444e4441698542d7c59954ff09c2d512290b96 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 20 Apr 2018 09:52:42 -0400 Subject: [PATCH] USe Firefox nightly for testing --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 654259fc3..d75743333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python addons: - firefox: latest + firefox: latest-nightly apt: sources: - ubuntu-toolchain-r-test @@ -28,7 +28,7 @@ install: - pip install pytest-xdist selenium script: - - make test; cat cpython/build/3.6.4/Python-3.6.4/config.log + - make test # deploy: # provider: pages