From 87372bdb6b87ac7addb853847b006f5c3f2ee09e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 14 Apr 2018 22:09:38 -0700 Subject: [PATCH] travis: make deploy-dev-trais an allowed failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b2c555..6ea12e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ matrix: # disable firefox until it's passing # - env: BROWSER=firefox:headless COMMAND=test-browser allow_failures: - - env: BROWSER=firefox:headless COMMAND=test-browser + - env: COMMAND=deploy-dev-travis branches: only: - master