Skip to content

Commit

Permalink
Merge branch 'rc/poc-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Nov 19, 2018
2 parents d0b4d70 + b732762 commit 61fcd44
Show file tree
Hide file tree
Showing 68 changed files with 3,283 additions and 1,821 deletions.
45 changes: 0 additions & 45 deletions .circleci/config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ admintool/example/

# vagrant file
.vagrant

# nervos runtime folder
.nervos
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
language: rust
sudo: true
cache: cargo
cache:
cargo: true
timeout: 1024

env:
global:
- CLIPPY_VERSION=0.0.181
- CLIPPY_VERSION=0.0.187

matrix:
include:
- os: osx
rust: nightly-2018-01-23
rust: nightly-2018-03-07
before_script:
- rustup component add rustfmt-preview --toolchain=nightly-2018-01-23
- rustup component add rustfmt-preview --toolchain=nightly-2018-03-07
- bash -c 'if [[ ! -e $HOME/.cargo/bin/cargo-clippy ]]; then
cargo install clippy --vers $CLIPPY_VERSION --force;
fi'
- rust: nightly-2018-01-23
- rust: nightly-2018-03-07
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git autoconf flex bison texinfo libtool
before_script:
- rustup component add rustfmt-preview --toolchain=nightly-2018-01-23
- rustup component add rustfmt-preview --toolchain=nightly-2018-03-07
- bash -c 'if [[ ! -e $HOME/.cargo/bin/cargo-clippy ]]; then
cargo install clippy --vers $CLIPPY_VERSION --force;
fi'
Expand Down
Loading

0 comments on commit 61fcd44

Please sign in to comment.