Skip to content

Commit 696e036

Browse files
committed
Allow firefox to fail
1 parent 918e3d0 commit 696e036

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ env:
102102

103103
# Browsers:
104104
- COMPOSE_APP=chrome PYTHON_VERSION=3.5
105-
- COMPOSE_APP=firefox PYTHON_VERSION=3.5
105+
106+
matrix:
107+
allow_failures:
108+
- env: COMPOSE_APP=firefox PYTHON_VERSION=3.5
106109

107110
before_install:
108111
- echo 'DOCKER_OPTS="${DOCKER_OPTS} --registry-mirror=https://mirror.gcr.io"' | sudo tee -a /etc/default/docker

0 commit comments

Comments
 (0)