Skip to content

Commit

Permalink
fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmaida committed Jun 25, 2019
1 parent 76f2ac0 commit 7c858fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- cargo build --verbose
- cargo build --all-features --verbose
- cargo build --examples --verbose
- cargo build --example knapsack --features "smartvec" --verbose
- cargo build --example knapsack --features "smallvec" --verbose
- cargo test --all-features --verbose

after_success: |
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build: false
# environment variable.
test_script:
- cargo build --verbose %cargoflags%
- cargo build --all-features --all-targets --verbose %cargoflags%
- cargo build --all-features --verbose %cargoflags%
- cargo build --examples --verbose %cargoflags%
- cargo build --example knapsack --features "smallvec" --verbose %cargoflags%
- cargo test --all-features --verbose %cargoflags%

0 comments on commit 7c858fa

Please sign in to comment.