main Prd emberjs update ruby fixes (#11)

* ruby 3.2.2 with gems

* next changes for ruby

* updating config.ru

* 3.28

* 3.28

* octinify

* v3.26.1...v4.12.2

* docker node v 18 and workflows removed

* build it

* array fix

* uniq by

* grande

* grande 2

* missing property

* config with this

* Ember const not needed

* changes

* fix

* plenty of changes

* linkto class

* auto fix linting

* Batch of fixes

* Fix adding organization

* Fix organization error display

* Use display name for repo

* Fix

* Fix organization update

Murtaza Khan avatar Murtaza Khan

Push event #16.1 failed

  • Ran for
AMD64
Node.js: 18
Git
travis-ci/travis-vcs-proxy-web:.travis.yml@90130d5
---
language: node_js
node_js:
  - "18"

dist: focal

addons:
  chrome: stable

cache:
  directories:
    - $HOME/.npm

env:
  global:
    # See https://git.io/vdao3 for details.
    - JOBS=1
    - NODE_OPTIONS=--no-experimental-fetch

#branches:
#  only:
#    - main
# If we decide to build on all branches, remove this section completely.
# For now, removed to enable building on other branches + fixing the name of branch to 'main'

script:
  - npm test
Build Config
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "18"
  ],
  "addons": {
    "chrome": "stable"
  },
  "cache": {
    "directories": [
      "$HOME/.npm"
    ]
  },
  "env": {
    "global": [
      {
        "JOBS": "1"
      },
      {
        "NODE_OPTIONS": "--no-experimental-fetch"
      }
    ]
  },
  "script": [
    "npm test"
  ]
}