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

chore(deps): bump ejs and nightwatch #1777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): bump ejs and nightwatch

3cf7727
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump ejs and nightwatch #1777

chore(deps): bump ejs and nightwatch
3cf7727
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 21, 2024 in 8m 54s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/multi-d27bbaf864 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Version 16.17.1
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "16.17.1"
  ],
  "addons": {
    "sauce_connect": {
      "enabled": true
    },
    "apt": {
      "packages": [
        "openjdk-8-jdk"
      ]
    }
  },
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "before_script": [
    "npm run start &"
  ],
  "after_success": [
    "bash <(curl -s https://codecov.io/bash)"
  ],
  "after_script": [
    "pkill node"
  ],
  "before_deploy": [
    "zip -q -x .git\\* -x .npmrc -x .corc -r collectionsonline ."
  ],
  "deploy": [
    {
      "provider": "elasticbeanstalk",
      "access_key_id": "AKIAIWVLTZ3YIKYYXEYQ",
      "secret_access_key": {
        "secure": "qwCHBpEUxIbcJ/QC1rbZPi/TLAknuVL6qhO7ZPGxm6NhC/8Hwi1bGjimRp4scCpPMzIDLzicjPyOdQIFkVs6mD/3xeehuZybb+UpsTJlRHLLqODktTaeGyF54+QxmTOs40us1W50ywC9SsxYjCgTvRQRo9nV9tOTn79W5HZwzI4cIQcdrfUINleRF+e9eVRu2Or1d2ZC1aq6iLKRJ4xH4nB61A0t4cT4ZcMnANZLd+hA5VeaqlAQNLZ9xiVNfDY2n8dBzfiY6gVN3xL4tHue3j1Zo8Aj3YmPgJ1OuwNdfwsyEvylTuH8Ks090gNu2LsvTEBskLH4pGiGf+nFnN7UPA/VoPvs6h7wbEP3ZVVFyL7eIKO+/8OXco1Ls81iXxaE1Duf8rTZKIrl6xHHxSjMbAT0GF74HDq6mjTRDNSl/C3c6C1m1RtxCrPe6YjlLulM2lKp65JHMLgeCitpr3GqaAxJgwhq/niZub/kmDyteayEskL2U3RiDW81EEf4D9UFBtVfpPrP9ByO+QfIUt7kBEnXLwAu1uz/phKJbFFkuD+8bZzreF4zTAd76HElky7QYzsimls0RTRXIzIT3A331PAa4lCCQtMFH01/kw/jkXznrDVFXYgVx3P79XCcF6GLfrpnBKMmgXXggK/0VQRb6TI/cKtd3UeHK7Ci72foBto="
      },
      "region": "eu-west-1",
      "app": "Collections Online",
      "env": "collectionsonline-staging",
      "zip_file": "collectionsonline.zip",
      "skip_cleanup": true,
      "on": {
        "repo": "TheScienceMuseum/collectionsonline",
        "branch": [
          "master"
        ]
      },
      "bucket": "elasticbeanstalk-eu-west-1-275504355335"
    }
  ]
}