From f5c457561b6422f9dce3117b1f6ca76a1cd184d6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 11 Apr 2018 22:23:17 -0700 Subject: [PATCH] travis: fix firefox allowed failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd76312f..5305e06f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ matrix: - env: BROWSER=firefox:headless COMMAND=test-browser - env: COMMAND=deploy-dev allow_failures: - - env: BROWSER=firefox:headless + - env: BROWSER=firefox:headless COMMAND=test-browser branches: only: - master