travis: Run travis build scripts
These run with NODE_ENV=production, which is needed to have correct routing on all clouddot instances.
This commit is contained in:
parent
824ea5eabd
commit
4aa05f94e2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ node_js:
|
|||
install:
|
||||
- npm ci
|
||||
script:
|
||||
- npm run verify
|
||||
- npm run travis:verify
|
||||
- npx codecov
|
||||
after_success:
|
||||
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue