Bump dialyxir from 1.4.0 to 1.4.1 #28
Merged
Travis CI / Travis CI - Branch
succeeded
Sep 4, 2023 in 8m 51s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/hex/develop/dialyxir-1.4.1 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 | Elixir |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "elixir",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"directories": [
"deps",
"_build"
]
},
"notifications": {
"slack": [
{
"rooms": [
{
"secure": "dXrYK+6RSzaRqZols1gfKBb5uvP/uEdE1sQn2aCmpKX07r923Pnm1STmuj4Vx0tALY9FjN4enK5BqR2jCvW12ggxbbA4WAzMeKTCIwiv28+StlKKGs8DWtmmhd21w6P0uWP8Ayk7tSax1xYEyUAydFRG8UssCQpGUjbUI0+81BcvG55mXrvwFIx46/PlQxJzGQITCb6iAe5PeqO5Xi+XcjAf6wwP6juj77gw2GCOml05kPYzwO04hlqe60TRU4OXGTaqohRMeC9SsigUKM9eDQUqlzKYd0LQ2r2z9SqMiu3HC1xN5te5ugZ4roIPAV+hsx68LInCy3NsHYgAJabIciZs2egBM2ZtcQ8ERf2+Pg17TTnTv89twt5lJiNdBiP1BL9KjwuB7lpxmNiFju8NpenFrbbSyu8E7w/L8Ex9LrhQRlTVWheAEXtQ5aHwgkh731ipIDGoV2bjnqpmtYrnE1u4YW5WsB6IIy8gz2Qv/+enVVt0F89CEmeyFRT2ZEljKK6APx8qY0oFh1fhQ4Y17KX8sRbq7vqKaIhXZNFbctDF8dt6ycNbDHXhyCbHz/XOyayiyNo98FMXaNmCvQpUhIFx9ZS1fK8+Nj6opkZclDxJnsMHKesObDx4EXbhSMPUXZ214x5TppEBR9fggUfcLLL4BxX5aMFv//KR8y2HO4E="
}
]
}
]
},
"install": [
"mix do local.rebar --force, local.hex --force",
"mix deps.get"
],
"script": [
"cd $TRAVIS_BUILD_DIR",
"MIX_ENV=test mix compile --warnings-as-errors",
"mix test",
"mix credo --strict",
"mix dialyzer"
],
"after_success": [
".travis/upload.sh"
],
"jobs": {
"include": [
{
"elixir": "1.13.2",
"otp_release": "24.2"
}
]
}
}
Loading