Skip to content

Commit

Permalink
Build & test all features
Browse files Browse the repository at this point in the history
  • Loading branch information
phsym committed Aug 25, 2019
1 parent 3d4e388 commit 1e06ea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ script:
- cargo test --verbose --no-default-features
- cargo build --verbose
- cargo test --verbose
- cargo build --verbose --all-features
- cargo test --verbose --all-features
env:
global:
- RUSTFLAGS="-C link-dead-code"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2015, Pierre-Henri Symoneaux
Copyright (c) 2019, Pierre-Henri Symoneaux
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@

A formatted and aligned table printer library for [Rust](https://www.rust-lang.org).

*Copyright © 2018 Pierre-Henri Symoneaux*
*Copyright © 2019 Pierre-Henri Symoneaux*

> THIS SOFTWARE IS DISTRIBUTED WITHOUT ANY WARRANTY <br>
> Check LICENSE.txt file for more information. <br>
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -15,7 +15,9 @@ install:
build_script:
- cargo build --verbose
- cargo build --verbose --no-default-features
- cargo build --verbose --all-features

test_script:
- cargo test --verbose
- cargo test --verbose --no-default-features
- cargo test --verbose --all-features

0 comments on commit 1e06ea7

Please sign in to comment.