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

feat: bump version #168

Merged
merged 1 commit into from
Jan 10, 2024

feat: bump version

37c7eaf
Select commit
Loading
Failed to load commit list.
Merged

feat: bump version #168

feat: bump version
37c7eaf
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jan 9, 2024 in 8m 17s

Build Passed

The build passed.

Details

This is a normal build for the bump-version 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
1485.1 16 Linux passed
1485.2 14 Linux passed
1485.3 12 Linux passed

Stage 2: publish

This stage passed.

Job Node.js OS State
1485.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"
        ]
      }
    ]
  }
}