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

[GLJS-612] Updated sandbox to GLJSv3 #1206

Merged
merged 1 commit into from
Dec 14, 2023

[GLJS-612] Updated sandbox to GLJSv3

9fc3583
Select commit
Loading
Failed to load commit list.
Merged

[GLJS-612] Updated sandbox to GLJSv3 #1206

[GLJS-612] Updated sandbox to GLJSv3
9fc3583
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 14, 2023 in 1m 18s

Build Passed

The build passed.

Details

This is a normal build for the underoot-GLJS-612 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 Node.js
Operating System Linux (Xenial)
Node.js Version 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "node_js": [
    "14"
  ],
  "env": [
    "jobs={:NODE_ENV=>\"test\"}"
  ],
  "deploy": [
    {
      "provider": "s3",
      "access_key_id": {
        "secure": "fTlIdiD02ljp20Ab462nXcMwBvfot5kvsXPONHlTODkMqLHRQjbzQdSn5H6/bOqcLlF+/eDYZfm0dRMNy1qa6C8YOxcKL5fd/Rdtwm4GkiJcxyPYho/Xke/X0rsVlD/y0Q/vuzGoRd78VuD6pcwXJwcwPIwMgtJMCfJRB4e2k0uGuTbOFDyaNeJLNZ6rfU7l27/c3xll+KBjfjTj88uKE9YKgzMUNiFjiMoubhctosV899FaJj/r7IxKegwZ5nXewD8Q/ZlYf0onWAd4eOzSFzBjAcgPCDtamkD7oBZtiNOd4TLITenMTz/nM7JBrQ40apoBtThHjqRXNWxO6f+Fo5USeWAs8dkycoL24oOx4IrU3fJ1TkRdtju8L9Nhe5HoFEEQZMXO7R+pYiUJp0dIsafvgDjvQdwhQLcYnsOFf0eEuTDpL7AlJiJGWQ7OenlGOZCbUnUjwu2gx1Uw/NpJ0jyFPq5xNDoIGzY2sg3JhIWv4FQT5A8HHCq+UqPuu/JSWKfZcppZZqEB7Hus0w07aIkSy3iqxcnBWlTK7YIsEYEyNa8b1qRoU1NoxavJ4EpHPy51ZyEuzdrECSJS4WgDZ8+O67DWmBhwrotT7nfcU05Ldk2+imS4Vhs5Plx8BRR7YHrZ3QORjT2w8BBgxpFJPZ0z2Pd2U3c/2RuBgoLzB5E="
      },
      "secret_access_key": {
        "secure": "Mj39LRTmt3xavBkYHTxiGipJ7s2cxal7MgighqaJAQ0zE7eBQ1tAlEAqIbmirFDiwKab9v7/O4XXOXbd2IyVSuAOxto++JslPZDuxgQAA0Y9iMl18iDyofPtuT1SqQYvYNeJB3r6OCcle53NHIYMfFk59JP2cVOb7jGwHrT5/jnn8AqCHj/av7Re3RVassL03uWpwFfsbP6q62zR0p/vnHrlMQkReEwUbU0I5iPFLcFw6SAJopf/BDiQxRqnvIMXlYpbvlqTS/mglVs9Oute/Q1TdwbTciMTCDl2++F8SGG39/noZLWe5hRYKfZtvJwxkTzuB5z+fTVyQMvn7632XFaT39hOaWGktgPrRoERZIxy48lUKndOYpszTcsnohPnIpopaGs8lPlnv9MDOJBPXGF2v5Dc6QDzhzGpLGxH+exNwHja5QgKCTOxdAafRhi9SUn8zlf2s/zyRBhecu0ZQQZ46IniXdc/1jpPcpuVi/7P/NB8R/Di0jEe5JocJBUPeiABqMBljDfWgKbEs9XWJSouVe6/t/ifUwgDAVvsaW1l4lZSJw2gVBMLzLLdwA9oOGUdcvboPXbAKWGZyco7rmOpyhTagQacI7iWdMmubTpFae/ltmAahy3dxQjp31GQt7h5W7j9IpsRzLinCc77qG6AgtDnsHHSGunF2x/204Q="
      },
      "bucket": "mapbox-gl-js",
      "local_dir": "dist",
      "skip_cleanup": true,
      "acl": "public_read",
      "on": {
        "tags": true
      },
      "upload_dir": "plugins/mapbox-gl-draw/$TRAVIS_TAG"
    }
  ]
}