Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caiusCitiriga/28cbbe1808e278c267c608411c7e5316 to your computer and use it in GitHub Desktop.
Save caiusCitiriga/28cbbe1808e278c267c608411c7e5316 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