Skip to content

Commit

Permalink
Merge pull request bitcoin#454 from kyuupichan/leveldb-1.19
Browse files Browse the repository at this point in the history
[Backport] bitcoin#8613: LevelDB 1.19
  • Loading branch information
gandrewstone authored May 2, 2017
2 parents 8087597 + d5781a9 commit 54bd06b
Show file tree
Hide file tree
Showing 52 changed files with 1,942 additions and 372 deletions.
13 changes: 13 additions & 0 deletions src/leveldb/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
- osx
sudo: false
before_install:
- echo $LANG
- echo $LC_ALL
script:
- make -j 4 check
Loading

0 comments on commit 54bd06b

Please sign in to comment.