File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ script:
1414- cargo test --verbose --no-default-features
1515- cargo build --verbose
1616- cargo test --verbose
17+ - cargo build --verbose --all-features
18+ - cargo test --verbose --all-features
1719env :
1820 global :
1921 - RUSTFLAGS="-C link-dead-code"
Original file line number Diff line number Diff line change 1- Copyright (c) 2015 , Pierre-Henri Symoneaux
1+ Copyright (c) 2019 , Pierre-Henri Symoneaux
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1010
1111A formatted and aligned table printer library for [ Rust] ( https://www.rust-lang.org ) .
1212
13- * Copyright © ; 2018 Pierre-Henri Symoneaux*
13+ * Copyright © ; 2019 Pierre-Henri Symoneaux*
1414
1515> THIS SOFTWARE IS DISTRIBUTED WITHOUT ANY WARRANTY <br >
1616> Check LICENSE.txt file for more information. <br >
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ install:
1515build_script :
1616 - cargo build --verbose
1717 - cargo build --verbose --no-default-features
18+ - cargo build --verbose --all-features
1819
1920test_script :
2021 - cargo test --verbose
2122 - cargo test --verbose --no-default-features
23+ - cargo test --verbose --all-features
You can’t perform that action at this time.
0 commit comments