Skip to content
Snippets Groups Projects
Unverified Commit e0f15314 authored by Wei Tang's avatar Wei Tang Committed by GitHub
Browse files

Remove Travis CI (#6)

parent 869499e6
Branches
No related merge requests found
Pipeline #25552 canceled with stages
in 18 seconds
# Request an environment that provides sudo (that goes with larger containers)
# and a minimal language environment.
sudo: true
language: minimal
cache: cargo
branches:
only:
- master
env:
global:
- RUST_BACKTRACE=1
before_install:
# Check how much space we've got on this machine.
- df -h
script:
- ./scripts/ci.sh
after_script:
# Check how much free disk space left after the build
- df -h
# Substrate Shasper
[![Build Status](https://travis-ci.org/paritytech/shasper.svg?branch=master)](https://travis-ci.org/paritytech/shasper)
*Note: This is an experimental project. Everything will break, and it may disappear without any notice!*
This is an implementation of [Shasper](https://github.com/ethereum/eth2.0-specs) beacon chain using the [Substrate framework](https://github.com/paritytech/substrate).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment