summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mumford <cmumford@cmumford.com>2016-01-14 21:17:21 -0800
committerChris Mumford <cmumford@cmumford.com>2016-01-14 21:17:21 -0800
commit43fcf23af052db03496daed28afd98d9d1c23034 (patch)
tree9c89f0053a30c6a8319ba7d2b132334e59fda8af
parentdac40d25f6ce69c8b6685ab09f240cb63cfd5ab3 (diff)
parent9fcae6164169cb99052b14fe687d258fe348b56b (diff)
downloadleveldb-43fcf23af052db03496daed28afd98d9d1c23034.tar.gz
Merge pull request #328 from cmumford/master
Added a Travis CI build file.
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f5bd74c
--- /dev/null
+++ b/.travis.yml
@@ -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