Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Add verbosity to Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Mar 11, 2018
1 parent 21c69d5 commit abeda15
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ env:
- CONFIGURATION=bit
install:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USER --password-stdin
- npm install -g [email protected] --loglevel=error
- npm install -g @angular/[email protected] --loglevel=error
- npm install --loglevel=error
- npm install -g [email protected]
- npm install -g @angular/[email protected]
- npm install
# following error is suppressed as we do not need all deps, according to:
# https://github.com/npm/npm/issues/17624
- npm list || true
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- ng test --single-run true --reporters junit --progress false --browsers Firefox
- ng test --single-run true --progress false --browsers Firefox
- ng build -env=$CONFIGURATION
after_success:
- |
Expand Down

0 comments on commit abeda15

Please sign in to comment.