#!/usr/bin/env bash
# This script is sourced as the travis before-script.
# If testing locally, source it from the crate root directory.
# Store old shell options
shopt_old=;
;
# Install geckodriver
;
# Install chromedriver
;
;
# Show bin locations
;
;
;
# Restore old shell options
if ; then
;
fi