Skip to content

Commit

Permalink
Travis-CI: comment out unnecessary build for Perl v5.20
Browse files Browse the repository at this point in the history
The default build for Perl v5.20 is duplicated by one of the variations
of the BADVAL configurations.
  • Loading branch information
zmughal committed Mar 1, 2015
1 parent ea60839 commit aea6254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,8 @@ matrix:
- perl: "5.16"
- perl: "5.18"
- perl: "blead"
- perl: "5.20"
# this is commented out because we test Perl v5.20 under all BADVAL configurations including the default below
#- perl: "5.20"
- perl: "5.20"
env: PDL_WITH_BADVAL=0 # test with badval disabled
- perl: "5.20"
Expand Down

0 comments on commit aea6254

Please sign in to comment.