Last active
March 16, 2019 09:34
-
-
Save 0xnbk/0186c3318e13ee8786b907a9cbdf735b to your computer and use it in GitHub Desktop.
Angular Travis config
This file contains 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
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