Skip to content

Commit 1913d71

Browse files
committed
Merge upstream LevelDB 1.19
2 parents 20ca81f + 3080a45 commit 1913d71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1912
-365
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: cpp
2+
compiler:
3+
- clang
4+
- gcc
5+
os:
6+
- linux
7+
- osx
8+
sudo: false
9+
before_install:
10+
- echo $LANG
11+
- echo $LC_ALL
12+
script:
13+
- make -j 4 check

0 commit comments

Comments
 (0)