Skip to content

Update footer.html with mastodon link

063e8d1
Select commit
Loading
Failed to load commit list.
Open

Update footer.html with mastodon link #518

Update footer.html with mastodon link
063e8d1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Apr 18, 2025 in 59s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #518 Update footer.html with mastodon link.
Any changes that have been made to the publish 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 Ruby
Operating System Linux (Xenial)
Ruby Version 2.6.6
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.6.6"
  ],
  "env": [
    "global={:GH_REF=>\"github.com/MissingMaps/missingmaps.github.io\"}={:DEPLOY_BRANCH=>\"publish\"}=GH_TOKEN=[secure]"
  ],
  "before_install": [
    "chmod +x ./.build_scripts/deploy.sh"
  ],
  "before_script": [
    ". $HOME/.nvm/nvm.sh",
    "nvm install $TRAVIS_NODE_VERSION",
    "nvm use $TRAVIS_NODE_VERSION",
    "npm install -g gulp",
    "gem install bundler -v 2.4.3",
    "npm install"
  ],
  "script": [
    "gulp prod"
  ],
  "after_success": [
    "./.build_scripts/deploy.sh"
  ]
}