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

added newer versions of web3,eth-core to package set #11

Open
wants to merge 4 commits into
base: purs-0.15
Choose a base branch
from

bump web3 version

9e96237
Select commit
Failed to load commit list.
Open

added newer versions of web3,eth-core to package set #11

bump web3 version
9e96237
Select commit
Failed to load commit list.
Travis CI / Travis CI - Branch failed Oct 8, 2023 in 4m 44s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the purs-0.15-web3 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 C
Operating System Linux (Trusty)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": true,
  "cache": {
    "directories": [
      ".psc-package",
      "output"
    ]
  },
  "env": [
    "jobs={:PATH=>\"$HOME/purescript:$HOME/psc-package:$PATH\"}"
  ],
  "install": [
    "TAG=v0.11.6",
    "PSC_PACKAGE_TAG=v0.2.0",
    "wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz",
    "tar -xvf $HOME/purescript.tar.gz -C $HOME/",
    "chmod a+x $HOME/purescript",
    "wget -O $HOME/psc-package.tar.gz https://github.com/purescript/psc-package/releases/download/$PSC_PACKAGE_TAG/linux64.tar.gz",
    "tar -xvf $HOME/psc-package.tar.gz -C $HOME/",
    "chmod a+x $HOME/psc-package"
  ],
  "script": [
    "./travis.sh"
  ]
}