Bump @openzeppelin/contracts from 4.9.3 to 4.9.6 in /qa/SidechainTestFramework/account/smart_contract_resources #1046
Travis CI / Travis CI - Branch
succeeded
Jun 18, 2024 in 12m 7s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/npm_and_yarn/qa/SidechainTestFramework/account/smart_contract_resources/openzeppelin/contracts-4.9.6 branch. You should be able to reproduce it by checking out the branch locally.
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 | Generic |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "generic",
"os": [
"linux"
],
"dist": "focal",
"vm": {
"size": "x-large"
},
"addons": {
"apt": {
"packages": [
"libxml-xpath-perl"
]
}
},
"services": [
"docker"
],
"git": {
"depth": false
},
"env": [
"global={:PROD_RELEASE_BRANCHES=>\"'master'\"}={:NODE_VERSION=>\"\\\"v16\\\"\"}={:TEST_CMD=>\"\\\"./run_sc_tests.sh\\\"\"}={:API_ZEN_REPO_URL=>\"\\\"https://api.github.com/repos/HorizenOfficial/zen\\\"\"}"
],
"before_script": [
"source ci/setup_env.sh",
"ci/travis_keep_alive.sh"
],
"jobs": {
"include": [
{
"stage": "java project",
"name": "jdk-11_latest",
"script": [
"ci/script.sh"
],
"env": [
{
"TESTS_DOCKER_ORG": "'zencash'"
},
{
"TESTS_IMAGE_NAME": "'sc-ci-base'"
},
{
"TESTS_IMAGE_TAG": "'focal_jdk-11_latest'"
},
{
"TESTS": "'000'"
}
]
}
]
},
"deploy": [
{
"provider": "releases",
"token": "$GH_TOKEN_RELEASES",
"prerelease": "$IS_A_GH_PRERELEASE",
"overwrite": true,
"on": {
"tags": true,
"condition": [
"$IS_A_RELEASE = true"
]
}
}
]
}
Loading