Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Last active March 16, 2019 09:34
Angular Travis config
language: node_js
node_js:
- "10.4.1"
sudo: true
addons:
chrome: stable
branches:
only:
- master
before_script:
- npm install -g @angular/cli
script:
- npm run -- --watch=false --browsers=ChromeHeadless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment