Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ Cargo.lock
# Doc Graphviz
cargo-count.dot
rainbow-graph.png

# Cmake
cmake-build-*/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "external/libcouchbase"]
path = external/libcouchbase
url = https://github.com/couchbase/libcouchbase
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ sudo: true

rust:
- stable
- beta
- nightly

env:
Expand All @@ -24,7 +23,7 @@ addons:

matrix:
allow_failures:
- rust: nightly
- rust: stable

before_script:
- export PATH=$PATH:/home/travis/.cargo/bin
Expand Down
Loading