Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Create CONTRIBUTING.md #341

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

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

Create CONTRIBUTING.md

41f1fb6
Select commit
Loading
Failed to load commit list.
Open

Create CONTRIBUTING.md #341

Create CONTRIBUTING.md
41f1fb6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 3, 2024 in 13m 38s

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 #341 Create CONTRIBUTING.md.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has ten jobs, running in parallel.

Job JDK ENV OS State
4118.1 oraclejdk8 MODULE=core Linux passed
4118.2 oraclejdk8 MODULE=http5 Linux passed
4118.3 oraclejdk9 MODULE=core Linux passed
4118.4 oraclejdk9 MODULE=http5 Linux passed
4118.5 oraclejdk11 MODULE=core Linux passed
4118.6 oraclejdk11 MODULE=http5 Linux passed
4118.7 openjdk8 MODULE=core Linux passed
4118.8 openjdk8 MODULE=http5 Linux passed
4118.9 openjdk10 MODULE=core Linux passed
4118.10 openjdk10 MODULE=http5 Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Versions oraclejdk8, oraclejdk9, oraclejdk11, openjdk8, openjdk10
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "before_cache": [
    "rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock",
    "rm -fr $HOME/.gradle/caches/*/plugin-resolution/"
  ],
  "cache": {
    "directories": [
      "$HOME/.gradle/caches/",
      "$HOME/.gradle/wrapper/"
    ]
  },
  "jdk": [
    "oraclejdk8",
    "oraclejdk9",
    "oraclejdk11",
    "openjdk8",
    "openjdk10"
  ],
  "env": [
    "jobs={:MODULE=>\"core\"}={:MODULE=>\"http5\"}"
  ],
  "branches": {
    "except": [
      "staging-test"
    ]
  },
  "before_script": [
    "./gradlew createTestSubAccount -PmoduleName=${MODULE}"
  ],
  "script": [
    "source tools/cloudinary_url.txt && ./gradlew -DCLOUDINARY_URL=$CLOUDINARY_URL ciTest -p cloudinary-${MODULE} -i"
  ],
  "notifications": {
    "email": [
      {
        "recipients": [
          "sdk_developers@cloudinary.com"
        ]
      }
    ]
  }
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.