Skip to content

Commit

Permalink
Run skeptic on our code.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkmayer committed Sep 28, 2018
1 parent 4a4a12a commit b63b019
Show file tree
Hide file tree
Showing 13 changed files with 1,670 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
book
_book
_book
rusoto_docs_tester/target
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -2,10 +2,11 @@ sudo: required
language: rust
rust: stable
install:
- cargo install mdbook --vers "^0.1.0"
- cargo install mdbook --vers "^0.2.0"
- sudo pip install awscli
script:
- mdbook build
- (cd rusoto_docs_tester && cargo test)
- mdbook build # be nice if we could make this a debug build to save time. Or just download the binary.
# If the build is not a PR and is on the source branch, deploy the book to S3.
# CLI cloudfront invalidation is still in preview: http://docs.aws.amazon.com/cli/latest/reference/cloudfront/create-invalidation.html
- |
Expand Down

0 comments on commit b63b019

Please sign in to comment.