Add support for Node 12, 14 & update dependencies #1
Travis CI / Travis CI - Pull Request
required action
Jul 23, 2025 in 3m 40s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1 Add support for Node 12, 14 & update dependencies.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Node.js | ENV | OS | State |
|---|---|---|---|---|
| 14 | CXX=g++-4.8 | Linux | passed | |
| 12 | CXX=g++-4.8 | Linux | errored | |
| 10 | CXX=g++-4.8 | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Bionic) |
| Node.js Versions | 14, 12, 10 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "bionic",
"node_js": [
"14",
"12",
"10"
],
"env": [
"jobs={:CXX=>\"g++-4.8\"}"
],
"addons": {
"apt": {
"sources": [
{
"name": "ubuntu-toolchain-r-test"
}
],
"packages": [
"gcc-4.8",
"g++-4.8"
]
}
}
}
Loading