Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert: Removing lock status #165

Merged
merged 2 commits into from
Aug 25, 2023

feat(lock): Revert "feat: add lock status to Node SDK (#163)"

ca4fa24
Select commit
Loading
Failed to load commit list.
Merged

revert: Removing lock status #165

feat(lock): Revert "feat: add lock status to Node SDK (#163)"
ca4fa24
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 25, 2023 in 7m 42s

Build Passed

The build passed.

Details

This is a normal build for the removing-lock-status branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: test

This stage passed.

Job Node.js OS State
1463.1 16 Linux passed
1463.2 14 Linux passed
1463.3 12 Linux passed

Stage 2: publish

This stage passed.

Job Node.js OS State
1463.4 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 16, 14, 12
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "services": [
    "xvfb"
  ],
  "addons": {
    "firefox": "latest"
  },
  "node_js": [
    "16",
    "14",
    "12"
  ],
  "before_install": [
    "npm install -g [email protected]"
  ],
  "cache": {
    "directories": [
      "$HOME/.npm",
      ".eslintcache"
    ]
  },
  "if": "tag IS blank",
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "CHS39tAvw6WiIN8cYSyE3QT2PVeFdrHszT/00kU3pb1BH5Ec5JYx5U7bMrVf3yq3GQC/wxBhXs4E119LwZM0n04CGUOshShqSkLeUf9RfWYlqx2Qw2+tT8sOi+OXCzE+yaG3Yt+TWFqKyC5t0A9jZX6cdJbcBaKX2wJiOyI/HiTpXHXrJgeeflxRe03KDpIfpmWgpMjnouZ6rKMnP30H+CG4Ya5uouM/Sv5flgJ+1VnZo/kB89hQ4CELr3bBfxSW4lCS1Tmg/z8w059D2nsn7wiMols3Qgw4FJu773K03fyLGoV4JshxA9lvnLt/Vy+azDNEBP5drQeQ7l8GMrLAPIEN8oGbuH9+TyYoxj0P38Kx4hzlW3owGs1U2+wCuYCq2b58oGTYonKnynFV4Pi8f94uBWd6ziIJoKhwx6MsJzKIt/6T91QWjWozOpF9uGy81ZfR3WHU/gnIyWDTJsLnB7nFA5z9V3/K3Orj5tlVr7iZbCUhA9v6XMYTpyyxjoMtBjVad2IztaWXZIZ97Xx7WBkGS9lvFZIqgHMYERb/On/4bEEXdPlzyJxwwlPBNvPv7enVAsYjPJJ58CQ42fuYkMYZlNcTGfYz9Nw/K64ocMidfdMKvdFD1w6Cw/U1HkQ0SZssy6yEb1BpzdBfMbsUDnh0OJffUpeGp402XOwUNT4="
          }
        ]
      }
    ]
  },
  "install": [
    "npm ci",
    "firefox -headless &"
  ],
  "script": [
    "npm run docs",
    "test -z \"$(git diff --name-only | grep '^doc/readme.md$')\"",
    "npm run cover"
  ],
  "after_success": [
    "bash <(curl -s https://codecov.io/bash)"
  ],
  "jobs": {
    "include": [
      {
        "stage": "publish",
        "node_js": "14",
        "script": [
          "npx semantic-release"
        ]
      }
    ]
  }
}