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 bridge pcb design and add BoM for the complete electrical and mechanical parts #28

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

changed receptacle pins from 315 to 801 series

52add9e
Select commit
Failed to load commit list.
Open

Update bridge pcb design and add BoM for the complete electrical and mechanical parts #28

changed receptacle pins from 315 to 801 series
52add9e
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jan 26, 2024 in 12m 58s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the updatebridgepcb 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 (Trusty)
Node.js Version v10.23.0
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "node_js": [
    "v10.23.0"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libudev-dev"
      ]
    }
  },
  "env": [
    "jobs={:URL=>\"https://f-o-a-m.github.io/foam.lite\"}"
  ],
  "services": [
    "docker"
  ],
  "install": [
    "npm install",
    "make build-dapp",
    "make build-app"
  ],
  "script": [
    "make cliquebait-start",
    "sleep 10",
    "make test-dapp",
    "make cliquebait-stop",
    "cp -v .deployed-contracts/*.json build/",
    "make bundle"
  ],
  "deploy": [
    {
      "provider": "pages",
      "strategy": "git",
      "email": "deploy@travis-ci.com",
      "name": "Deployment Bot",
      "on": {
        "branch": [
          "main"
        ]
      },
      "local_dir": "./dist/",
      "skip_cleanup": true,
      "token": "$GITHUB_TOKEN",
      "keep_history": true
    },
    {
      "provider": "releases",
      "token": "$GITHUB_TOKEN",
      "file": [
        "foam.lite.tgz"
      ],
      "skip_cleanup": true,
      "on": {
        "tags": true
      }
    }
  ]
}