Skip to content

Commit

Permalink
First stab at removing doctests
Browse files Browse the repository at this point in the history
This is for #173

Not sure how to handle all the exposition removed from the
README. Maybe I should leave it? It doesn't really fit that neatly
into examples because a lot of the coode is just introducing data
types and linking off to ES docs.
  • Loading branch information
MichaelXavier committed Feb 10, 2017
1 parent 1ea188e commit 9f75c4e
Show file tree
Hide file tree
Showing 16 changed files with 209 additions and 1,045 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bloodhound.iml
.hg/00changelog.i
.hg
.hgignore
examples/bloodhound-examples.cabal
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ script:
- stack setup
- stack update
- stack build -j1
- stack test bloodhound:doctests --flag bloodhound:$ESFLAG
- stack test bloodhound:tests --test-arguments="--qc-max-success 500" --flag bloodhound:$ESFLAG
- cd examples && stack build -j1

cache:
directories:
Expand Down
Loading

0 comments on commit 9f75c4e

Please sign in to comment.