Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit b7e58b9

Browse files
authored
Fix mocks/ensures tests pass, upgrades to master Substrate 2.0 (#66)
1 parent 2773552 commit b7e58b9

File tree

8 files changed

+481
-282
lines changed

8 files changed

+481
-282
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
include:
2121
- stage: Test and build
2222
name: Run runtime tests
23-
script: RUST_TOOLCHAIN=nightly-2020-02-17 TARGET=runtime-test ./scripts/ci.sh
23+
script: RUST_TOOLCHAIN=nightly-2020-10-06 TARGET=runtime-test ./scripts/ci.sh
2424
- name: Build (WASM and native)
25-
script: RUST_TOOLCHAIN=nightly-2020-02-17 TARGET=build ./scripts/ci.sh
25+
script: RUST_TOOLCHAIN=nightly-2020-10-06 TARGET=build ./scripts/ci.sh
2626
- name: Cargo fmt
27-
script: RUST_TOOLCHAIN=nightly-2020-02-17 TARGET=fmt ./scripts/ci.sh
27+
script: RUST_TOOLCHAIN=nightly-2020-10-06 TARGET=fmt ./scripts/ci.sh
2828

2929
addons:
3030
apt:

0 commit comments

Comments
 (0)