This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
[Snyk] Security upgrade @angular/localize from 13.3.9 to 16.0.6 #703
Travis CI / Travis CI - Branch
required action
Dec 6, 2023 in 7m 57s
Build Errored
The build errored.
Details
This is a normal build for the snyk-fix-5129c4bfe10e6758b66569edb46edc48 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
3886.1 | 14 | GB_BASE=$TRAVIS_BUILD_DIR | Linux | errored |
3886.2 | 16 | GB_BASE=$TRAVIS_BUILD_DIR | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Versions | 14, 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"14",
"16"
],
"services": [
"xvfb"
],
"addons": {
"chrome": "stable"
},
"cache": {
"directories": [
"node",
"node_modules"
]
},
"env": [
"global={:GB_BASE=>\"$TRAVIS_BUILD_DIR\"}={:TERM=>\"dumb\"}"
],
"before_install": [
"sudo chown root /opt/google/chrome/chrome-sandbox",
"sudo chmod 4755 /opt/google/chrome/chrome-sandbox",
"export TZ=Europe/Amsterdam",
"date",
"export CHROME_BIN=google-chrome-stable",
"export DISPLAY=:99.0"
],
"install": [
"yarn",
"yarn package"
],
"script": [
"yarn lint",
"yarn testOnce"
],
"after_success": [
"yarn report-coverage"
],
"deploy": [
{
"provider": "script",
"script": "cp .travis/settings.xml $HOME/.m2/settings.xml && gradle publish",
"skip_cleanup": true,
"on": {
"all_branches": true,
"node_js": "14",
"condition": [
"$TRAVIS_BRANCH =~ ^(dev|release)$"
]
}
}
],
"after_deploy": [
"travis_retry ./.travis/docker_release.sh",
"./.travis/notify.sh"
],
"notifications": {
"webhooks": [
{
"on_success": "change",
"on_failure": "always",
"on_start": "never"
}
]
}
}
Loading