Skip to content

Commit

Permalink
travis.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
arawinters committed Jun 11, 2019
1 parent 48100e5 commit 3e23571
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "9"
dist: trusty
sudo: required
branches:
only:
- master
before_script:
- npm install -g @angular/cli
script:
- npm run test:headless
- npm run build:docs
- npm run build

0 comments on commit 3e23571

Please sign in to comment.