Skip to content

Merge pull request #20 from StorytellerCZ/dependabot/npm_and_yarn/sem…

86f1cfa
Select commit
Loading
Failed to load commit list.
Open

Add support for Node 12, 14 & update dependencies #1

Merge pull request #20 from StorytellerCZ/dependabot/npm_and_yarn/sem…
86f1cfa
Select commit
Loading
Failed to load commit list.
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
16.1 14 CXX=g++-4.8 Linux passed
16.2 12 CXX=g++-4.8 Linux errored
16.3 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"
      ]
    }
  }
}