Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Check if any LGPL docs sneaked in
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 11, 2019
1 parent 2000355 commit f8139b8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,15 @@ before_install:
fi
script:
- rustc --version
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ] && [ "$GTK" == "3.4" ]; then
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ] && [ "$GTK" == "3.14" ]; then
make regen_check;
fi
- ./check_init_asserts
- cargo doc --features "dox"
- cargo test --features "$FEATURES"
- cargo doc --features "dox,embed-lgpl-docs"
- cargo test --features "$FEATURES,embed-lgpl-docs"
# catch any sneaked in lgpl docs
- cargo build --features "$FEATURES,purge-lgpl-docs" --jobs 1
- git diff -R --exit-code
- rustc --version
- mkdir .cargo
- echo 'paths = ["."]' > .cargo/config
Expand Down

0 comments on commit f8139b8

Please sign in to comment.