Bump elliptic from 6.5.4 to 6.5.7 #2158
Closed
Travis CI / Travis CI - Pull Request
succeeded
Oct 12, 2024 in 2m 41s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2158 Bump elliptic from 6.5.4 to 6.5.7.
Any changes that have been made to the development branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Version | 10.17.0 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"10.17.0"
],
"before_install": [
"export TZ=America/New_York"
],
"install": [
"npm rebuild node-sass && npm install"
],
"before_script": [
"npm run dist"
],
"script": [
"npm test"
],
"before_deploy": [
"echo 'All unit tests passed; Successfull built distribution assets; Preparing to deploy Discovery Research Catalog to AWS.'"
],
"deploy": [
{
"provider": "elasticbeanstalk",
"skip_cleanup": false,
"access_key_id": "$AWS_ACCESS_KEY_ID_QA",
"secret_access_key": "$AWS_SECRET_ACCESS_KEY_QA",
"region": "us-east-1",
"app": "discovery-ui",
"env": "DiscoveryUi-production",
"bucket_path": "discovery-ui-shep",
"on": {
"repo": "NYPL/discovery-front-end",
"branch": [
"production"
]
},
"bucket": "elasticbeanstalk-us-east-1-946183545209"
},
{
"provider": "elasticbeanstalk",
"skip_cleanup": false,
"access_key_id": "$AWS_ACCESS_KEY_ID_QA",
"secret_access_key": "$AWS_SECRET_ACCESS_KEY_QA",
"region": "us-east-1",
"app": "discovery-ui",
"env": "DiscoveryUi-10-17-qa",
"bucket_path": "discovery-ui-shep",
"on": {
"repo": "NYPL/discovery-front-end",
"all_branches": true,
"condition": [
"$TRAVIS_TAG =~ ^qa-.*"
]
},
"bucket": "elasticbeanstalk-us-east-1-946183545209"
},
{
"provider": "elasticbeanstalk",
"skip_cleanup": false,
"access_key_id": "$AWS_ACCESS_KEY_ID_QA",
"secret_access_key": "$AWS_SECRET_ACCESS_KEY_QA",
"region": "us-east-1",
"app": "discovery-ui",
"env": "DiscoveryUi-edd-training",
"bucket_path": "discovery-ui-edd-training",
"on": {
"repo": "NYPL/discovery-front-end",
"all_branches": true,
"condition": [
"$TRAVIS_TAG =~ ^qa2-.*"
]
},
"bucket": "elasticbeanstalk-us-east-1-946183545209"
}
],
"after_deploy": [
"echo 'Successfully executed deploy trigger for Discovery Research Catalog on AWS'"
],
"env": [
"global=AWS_ACCESS_KEY_ID_DEVELOPMENT=[secure] AWS_SECRET_ACCESS_KEY_DEVELOPMENT=[secure]=AWS_ACCESS_KEY_ID_QA=[secure] AWS_SECRET_ACCESS_KEY_QA=[secure]=AWS_ACCESS_KEY_ID_PRODUCTION=[secure] AWS_SECRET_ACCESS_KEY_PRODUCTION=[secure]=AWS_ACCESS_KEY_ID_DEVELOPMENT=[secure] AWS_SECRET_ACCESS_KEY_DEVELOPMENT=[secure] AWS_ACCESS_KEY_ID_QA=[secure] AWS_SECRET_ACCESS_KEY_QA=[secure] AWS_ACCESS_KEY_ID_PRODUCTION=[secure] AWS_SECRET_ACCESS_KEY_PRODUCTION=[secure]"
]
}
Loading