Browse Source

Merge pull request #731 from artemii235/etomic

Remove leveldb dependency and not link it.
patch-3
jl777 7 years ago
committed by GitHub
parent
commit
bf57476b79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml
  2. 2
      cpp-ethereum

2
.travis.yml

@ -17,8 +17,6 @@ matrix:
osx_image: xcode9.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt-get install libleveldb-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install leveldb; fi
- git submodule update --init --recursive
script:

2
cpp-ethereum

@ -1 +1 @@
Subproject commit 633c62c08bc73c7c3935c948a8d6c656a3659976
Subproject commit c25a98257e7104875503e183dd0f27d49b3efd56
Loading…
Cancel
Save