Pin ubuntu Docker tag to 64483f3 #1
Open
Travis CI / Travis CI - Branch
required action
Aug 11, 2025 in 29s
Build Errored
The build errored.
Details
This is a normal build for the renovate_pin-dependencies 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 | OS | State |
|---|---|---|---|
| 0.10 | Linux | errored | |
| 0.12 | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | 0.10, 0.12 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"sudo": false,
"node_js": [
"0.10",
"0.12"
],
"install": [
"export DISPLAY=:99.0",
"sh -e /etc/init.d/xvfb start",
"npm i -g jshint",
"npm install"
]
}
Loading