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

the grid.hbs file needed to be updated #608 #748

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Update _news_card.styl

47b1050
Select commit
Loading
Failed to load commit list.
Open

the grid.hbs file needed to be updated #608 #748

Update _news_card.styl
47b1050
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Mar 2, 2024 in 4m 9s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #748 the grid.hbs file needed to be updated #608.
Any changes that have been made to the develop branch before the build ran are also included.

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 10
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "node_js": [
    "10"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "branches": {
    "only": [
      "develop",
      "integration-branch/legacy-css",
      "production"
    ]
  },
  "install": [
    "npm install",
    "gem install faraday -v 1.8.0"
  ],
  "before_script": [
    "export TZ=America/New_York",
    "export BROWSERSTACK_PROJECT_NAME=$TRAVIS_REPO_SLUG",
    "export BROWSERSTACK_BUILD_ID=$TRAVIS_BUILD_NUMBER",
    "export PERCY_TARGET_BRANCH=$TRAVIS_BRANCH"
  ],
  "script": [
    "npm run build",
    "npm run jest.ci"
  ],
  "after_script": [
    "bash ./travis/percy.sh"
  ],
  "deploy": [
    {
      "provider": "s3",
      "skip_cleanup": true,
      "access_key_id": "$AWS_ACCESS_KEY_ID",
      "secret_access_key": "$AWS_SECRET_ACCESS_KEY",
      "bucket": "patterns.boston.gov",
      "acl": "public_read",
      "region": "$AWS_DEFAULT_REGION",
      "local_dir": "public",
      "on": {
        "branch": [
          "production"
        ]
      }
    },
    {
      "provider": "s3",
      "skip_cleanup": true,
      "access_key_id": "$AWS_ACCESS_KEY_ID",
      "secret_access_key": "$AWS_SECRET_ACCESS_KEY",
      "bucket": "patterns-stg.boston.gov",
      "acl": "public_read",
      "region": "$AWS_DEFAULT_REGION",
      "local_dir": "public",
      "on": {
        "branch": [
          "develop"
        ]
      }
    },
    {
      "provider": "s3",
      "skip_cleanup": true,
      "access_key_id": "$AWS_ACCESS_KEY_ID",
      "secret_access_key": "$AWS_SECRET_ACCESS_KEY",
      "bucket": "patterns-uat.boston.gov",
      "acl": "public_read",
      "region": "$AWS_ALT_REGION",
      "local_dir": "public",
      "on": {
        "branch": [
          "integration-branch/legacy-css"
        ]
      }
    }
  ],
  "after_deploy": [
    "bash ./travis/invalidate_cache.sh"
  ],
  "env": [
    "global=GH_TOKEN=[secure]"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "MPRUJz/NDJij0NzOIkkrZMywDGfH0swGAtgInvwLtlDElLsLVUTWapGFP2VPyqyLWkWhuVptr9tj5/f9WvjO5k/LCKG3u5lYHsnl7Cgbqw7ETggGpzeLGLFSa8bS5oU5hoX5ifswcN/c+gNKs7eYi7RHUgClUjUXdXNXdTAN/ZGLMlFaaDKLnV4NbGCZM6cOQcFF+i4nIX8taQRHe1jo9GXjAtVWztsQqlvGIezssddVCab9lFTHlFIUoJ/vpn0EHvAUegX/sLKXnYY+FVXPcOUjdWIPpN9vx4ewM6fOO3qM5YkjrO3nPZ10FjhBL8T66gVKX1PGgKNFqLw2j3dIT4MTFLxxXydXdIAVEHF8Tg8GxiWLNy3hyy5q6dfHRuGu3nY3dAQW/L8E0d3pGNPT/2fj8aZbUQO1wIbnRly4MXBWXBCbX9E2XW3YhYuu6AMtyKx/meZJF7343LHoCO4ccUtVAhIT3flEImHjglFY7F56ukXC1sVAkPl0oFhx15Z8ED+3dttYEjFu4RVJOzglcBdERge4HCpcPPo+WmwIvoTzI5iQqXGOyDhxzT0ZSWgWC4pskHFLTcTswO8RE/hJT1RPyiBYxQVBIHnUhBZY5JmaGwS+GJf4EIh7L34dAfQL8O4YnAg5bHoYFEcNrOUGPIXENi/Xz0RFU4PIY2Xb5xE="
          }
        ]
      }
    ]
  }
}