Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created June 3, 2016 17:34
Show Gist options
  • Save divanvisagie/2db0b070f1897eb62d9bc27ca50b9165 to your computer and use it in GitHub Desktop.
Save divanvisagie/2db0b070f1897eb62d9bc27ca50b9165 to your computer and use it in GitHub Desktop.
sudo: required
dist: trusty
language: node_js
node_js:
- '4.2'
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install -g angular-cli
- npm install -g karma
- npm install
- ng build
script: karma start config/karma.conf.js --single-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment