fix: Use require instead of require_relative to load extension #366
Travis CI / Travis CI - Branch
required action
Jan 3, 2025 in 5m 49s
Build Errored
The build errored.
Details
This is a normal build for the fix/require-ext-non-relative branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Ruby | ENV | OS | State |
|---|---|---|---|---|
| 3.0.1 | PGPORT=5433 | Linux | passed | |
| 3.1.2 | PGPORT=5433 | Linux | errored | |
| 3.2.0 | PGPORT=5433 | Linux | passed | |
| 3.3.1 | PGPORT=5433 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Ruby |
| Operating System | Linux (Focal) |
| Ruby Versions | 3.0.1, 3.1.2, 3.2.0, 3.3.1 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"bundler": true,
"yarn": true
},
"rvm": [
"3.0.1",
"3.1.2",
"3.2.0",
"3.3.1"
],
"addons": {
"postgresql": "14",
"apt": {
"packages": [
"postgresql-14",
"postgresql-client-14"
]
}
},
"env": [
"global={:PGPORT=>\"5433\"}={:PGUSER=>\"travis\"}"
],
"before_deploy": [
"nvm install lts/*",
"npm i -g \\\n semantic-release \\\n @semantic-release/git \\\n @semantic-release/changelog \\\n semantic-release-rubygem\n"
],
"deploy": [
{
"provider": "script",
"script": "./release.sh",
"on": {
"branch": [
"master"
],
"condition": [
"$TRAVIS_RUBY_VERSION =~ ^3.0"
]
}
}
]
}
Loading