Skip to content

Instantly share code, notes, and snippets.

@firdoussross
Created April 29, 2020 09:23
Show Gist options
  • Save firdoussross/f9ececc296f0af39ff424c031b70519c to your computer and use it in GitHub Desktop.
Save firdoussross/f9ececc296f0af39ff424c031b70519c to your computer and use it in GitHub Desktop.
Travis-CI configuration for running Chrome with Karma
language: node_js
node_js:
- "10"
services:
- xvfb
before_install:
- export CHROME_BIN=google-chrome-stable
script:
- npm run test
addons:
chrome: stable
# This part is specific to my project.
# Most project might not need this.
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment