Skip to content

Instantly share code, notes, and snippets.

@beradrian
Last active June 23, 2016 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beradrian/32c19be38aa60b3a76bb61e304451453 to your computer and use it in GitHub Desktop.
Save beradrian/32c19be38aa60b3a76bb61e304451453 to your computer and use it in GitHub Desktop.
Karma with Chrome and FF on Travis
language: node_js
node_js:
- stable
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- sudo apt-get upgrade libstdc++6 lsb-base
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment