Created
June 3, 2016 17:34
-
-
Save divanvisagie/2db0b070f1897eb62d9bc27ca50b9165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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