Skip to content

Commit

Permalink
Run tests in CI/CD
Browse files Browse the repository at this point in the history
Toward #114.
  • Loading branch information
waldoj committed Jun 19, 2019
1 parent 50f0e5b commit e2434ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ addons:
- awscli
sonarcloud:
organization: "openva"
services:
- docker
install:
- composer install
- cd htdocs/js/vendor; npm install; npm run build
Expand All @@ -31,6 +33,8 @@ script:
&& ./deploy/branch_deploy.sh
&& ./deploy/config_variables.sh
&& sonar-scanner
&& ./docker-run.sh
&& ./deploy/tests/run-all.sh
&& ./deploy/aws_credentials.sh
&& zip -qr rs-web-deploy . --exclude *.git* *.scannerwork*
&& mkdir -p upload
Expand Down

0 comments on commit e2434ba

Please sign in to comment.