Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Last active March 16, 2019 09:34
Show Gist options
  • Save 0xnbk/0186c3318e13ee8786b907a9cbdf735b to your computer and use it in GitHub Desktop.
Save 0xnbk/0186c3318e13ee8786b907a9cbdf735b to your computer and use it in GitHub Desktop.
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