Skip to content

Commit

Permalink
CI Fix wrong feature
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Apr 30, 2017
1 parent b24bdee commit d39e683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: Visual Studio 2017

environment:
global:
cargoflags: --features "dot"
cargoflags: --features "graphviz"
matrix:
- channel: nightly
- channel: beta
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons:
- cmake

env:
- CARGO_FLAGS="--features dot"
- CARGO_FLAGS="--features graphviz"

rust:
- beta
Expand Down

0 comments on commit d39e683

Please sign in to comment.