travis: remove firefox package (#296)

This commit is contained in:
Nolan Lawson 2018-05-13 17:23:03 -07:00 committed by GitHub
parent e4ba559f1d
commit 75d4f51c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ node_js:
dist: trusty # needed for chrome headless
sudo: required # needed for chrome headless
addons:
firefox: latest
chrome: stable
postgresql: "10"
apt:
@ -66,8 +65,6 @@ matrix:
include:
- env: BROWSER=chrome:headless COMMAND=test-browser
- env: COMMAND=deploy-dev-travis
# disable firefox until it's passing
# - env: BROWSER=firefox:headless COMMAND=test-browser
allow_failures:
- env: COMMAND=deploy-dev-travis
branches: