Skip to content

Commit

Permalink
Merge pull request #339 from epage/docs
Browse files Browse the repository at this point in the history
test: Get off flaky docmatic
  • Loading branch information
epage authored Apr 13, 2019
2 parents c59b58d + f96eeb9 commit 22cf37f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ install:
script:
- cargo check --verbose --all
- cargo check --verbose --features "cli serde_json object_sorted"
- rm -rf target/debug/deps/*liquid* # Avoid skeptic problems
- cargo test --verbose --all
- cargo when --channel nightly bench --all
- cargo when --channel stable doc --all --no-deps --all-features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ chrono = "0.4"
unicode-segmentation = "1.2"
itertools = "0.8.0"
url = "1.5"
doc-comment = "0.1"
liquid-error = { version = "0.18", path = "liquid-error" }
liquid-value = { version = "0.18", path = "liquid-value" }
liquid-compiler = { version = "0.18", path = "liquid-compiler" }
Expand All @@ -55,7 +56,6 @@ deunicode = "1.0.0"

[dev-dependencies]
difference = "2.0"
docmatic = "0.1"
serde_yaml = "0.8"
tera = "0.11"
handlebars = "1.1"
Expand Down
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ pub use interpreter::ValueStore;
pub use liquid_error::Error;
pub use parser::*;
pub use template::*;

#[macro_use]
extern crate doc_comment;
doc_comment! {
include_str!("../README.md")
}
10 changes: 0 additions & 10 deletions tests/skeptic.rs

This file was deleted.

0 comments on commit 22cf37f

Please sign in to comment.