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

Update jquery.flot.time.Test.js #1845

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

Update jquery.flot.time.Test.js

b9181af
Select commit
Failed to load commit list.
Open

Update jquery.flot.time.Test.js #1845

Update jquery.flot.time.Test.js
b9181af
Select commit
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Aug 18, 2023 in 4m 12s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1845 Update jquery.flot.time.Test.js.
Any changes that have been made to the master 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 (Trusty)
Node.js Version 10
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "10"
  ],
  "addons": {
    "firefox": "latest",
    "chrome": "stable"
  },
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "before_install": [
    "export DISPLAY=:99.0",
    "sh -e /etc/init.d/xvfb start",
    "npm install -g greenkeeper-lockfile@1",
    "npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN"
  ],
  "before_script": [
    "greenkeeper-lockfile-update",
    "sudo chown root /opt/google/chrome/chrome-sandbox",
    "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
  ],
  "after_script": [
    "greenkeeper-lockfile-upload"
  ],
  "before_deploy": [
    "tar -tf $(npm pack)"
  ],
  "install": [
    "npm install"
  ],
  "script": [
    "npm test",
    "npm run build",
    "npm run coverage"
  ],
  "env": [
    "jobs=[One of the secure variables in your .travis.yml has an invalid format.]"
  ],
  "deploy": [
    {
      "provider": "npm",
      "skip_cleanup": true,
      "email": "webapps.ops@ni.com",
      "on": {
        "tags": true,
        "repo": "flot/flot"
      },
      "api_token": {
        "secure": "kJyDLyReYLVr01TidziatIzTk1GpTvGLQo7XLAQReDemRkN13905TaYPsrl5IMnkLfk6RaizbCscx7z1MGi3P/U+2DC10OE4pbnUVrcCZLX9RPqLmVgVWxX+pPH+Mu3Td/Ay7CYeNdo031Lufxbc+m0kGlVnMyPBwctU36ES+OI="
      }
    }
  ]
}