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

(enhancement) - re-worked the Playground page to use CodeMirror #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Merge branch 'schibsted:master' into feature/pimp-the-page

989eb47
Select commit
Loading
Failed to load commit list.
Open

(enhancement) - re-worked the Playground page to use CodeMirror #352

Merge branch 'schibsted:master' into feature/pimp-the-page
989eb47
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 30, 2024 in 7m 14s

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 #352 (enhancement) - re-worked the HTML page to use CodeMirror.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job JDK OS State
348.1 oraclejdk8 Linux passed
348.2 openjdk8 Linux passed
348.3 oraclejdk9 Linux passed
348.4 oraclejdk11 Linux passed
348.5 openjdk10 Linux passed
348.6 openjdk11 Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Versions oraclejdk8, openjdk8, oraclejdk9, oraclejdk11, openjdk10, openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "cache": {
    "directories": [
      "$HOME/.gradle"
    ]
  },
  "jdk": [
    "oraclejdk8",
    "openjdk8",
    "oraclejdk9",
    "oraclejdk11",
    "openjdk10",
    "openjdk11"
  ],
  "install": [
    "./gradlew check"
  ],
  "script": [
    "./gradlew check"
  ]
}