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

Bump axios from 0.24.0 to 1.6.0 in /brazil-tweets #34

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

Bump axios from 0.24.0 to 1.6.0 in /brazil-tweets

1740da1
Select commit
Loading
Failed to load commit list.
Open

Bump axios from 0.24.0 to 1.6.0 in /brazil-tweets #34

Bump axios from 0.24.0 to 1.6.0 in /brazil-tweets
1740da1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Nov 10, 2023 in 8m 25s

Build Failed

The build failed.

Details

This is a normal build for the dependabot/npm_and_yarn/brazil-tweets/axios-1.6.0 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 Shell
Operating System Linux (Bionic)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_1677f29b39bf_key -iv $encrypted_1677f29b39bf_iv -in config.js.enc -out config.js -d",
    "export LC_ALL=C.UTF-8",
    "export LANG=C.UTF-8",
    "export LANGUAGE=C.UTF-8",
    "export CHECK_API_BRANCH=$((git ls-remote --exit-code --heads https://github.com/meedan/check-api.git $TRAVIS_BRANCH >/dev/null && echo $TRAVIS_BRANCH) || echo 'develop')",
    "echo \"Using branch $CHECK_API_BRANCH for Check API\"",
    "git clone --branch=$CHECK_API_BRANCH https://github.com/meedan/check-api.git",
    "cd check-api",
    "cp config/config.yml.example config/config.yml",
    "cp config/database.yml.example config/database.yml",
    "cp config/sidekiq.yml.example config/sidekiq.yml",
    "cd -"
  ],
  "before_script": [
    "docker-compose build",
    "docker-compose -f docker-compose.yml -f docker-test.yml up -d",
    "until curl --silent -I -f --fail http://localhost:3000; do printf .; sleep 1; done",
    "docker-compose exec bots npm i"
  ],
  "script": [
    "docker-compose exec bots npm run test"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "EB6npc5OJOCurE/c1Tqo9+4smMNgM6JEKennHBvwxZZ3QTvDpjGWqmzrBESWrU7zSbEkXL7JscUSFuaMWkgwfTegbP1Nw98DwVDKK50dufmYQlyzWYpsdqtdAF+MdgGjmYRkR3UITW2jrwlVTUQiSNV1aq1mJ116g2zu3VqoQc61IouUYCw7pjXgbbQFHGFmfDGVbMBxombbySgxcRoSbxxLkGh7+33Qi4EvPDz8s0OznKQOtxESmmUc+9Z9UjSvt/LncgtyADNUSGCryXTqU0APh2M/vcAhSbR+eSx/O58VE8+guADyjnbuqsoDcjV3uNbtiipe62AAuR/Hbsn8UZfYRG4vDztwq772vGnwI7nYiyldT8faVwaeOl5qdInd0V27SnJ1T8sk36O0scYUJ0xJvNpWq4dloqhnCytJqIPbLIFXHm1jBEsGPv2UkfWvO91Y8mnVY2/OPldqIiN/VgIJcdSMloXowCcyHFMyd3WfOzV8ppY3KHnBsBxnVc6HbIwZQcJSfZd7UW8o9Czu7CVrkppzrD2VSkWLLUxcRZXqtd4BNRefi0PGmVN+PE993+8vSFvhYKpICNK7R9Y3DuXezQiAG+h90+qIZ7FXkVBJEB23gSBYTyZh0mkD7MSYM71BZ55WFmsedWk8M3GVSTGAMnbwoOP35rB40J4pGOc="
          }
        ]
      }
    ]
  }
}