Skip to content

Commit

Permalink
Merge upstream LevelDB 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Aug 27, 2016
2 parents 20ca81f + 3080a45 commit 1913d71
Show file tree
Hide file tree
Showing 51 changed files with 1,912 additions and 365 deletions.
13 changes: 13 additions & 0 deletions .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 1913d71

Please sign in to comment.