Skip to content

Commit

Permalink
Avoid compiling dev-dependencies with minimal versions
Browse files Browse the repository at this point in the history
Works around an issue where no version of `glium` actually depends on
semantically valid crates with `minimal-versions` enabled. Tests and
examples are still compiled and/or ran on other configurations.

Closes: #113
  • Loading branch information
HeroicKatora committed Apr 28, 2019
1 parent 4c436c5 commit ee002fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ matrix:
script:
- cargo build -v $FLAGS
- cargo doc -v $FLAGS
- cargo test -v $FLAGS
- if [ "$FLAGS" != "-Z minimal-versions" ]; then cargo test -v $FLAGS; fi

0 comments on commit ee002fa

Please sign in to comment.