#!/bin/bash
  
if [ "${TRAVIS_OS_NAME}" == "osx" ]
  then
    brew cask install google-chrome 
    sudo Xvfb :99 -ac -screen 0 1024x768x8 &
    export CHROME_BIN="/Applications/Google Chrome.app" 
fi
