Skip to content

Commit

Permalink
travis: add perl blead
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Oct 11, 2014
1 parent 5942ea6 commit 431e0ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,14 +3,15 @@ env:
# Old stable.
- CC=gcc PB_OPT=perl-5.18.4

# Latest stable, defaults with each compiler.
# Stable, with each compiler.
- CC=clang PB_OPT=perl-5.20.1
- CC=gcc PB_OPT=perl-5.20.1

# Test latest perl.
# Test latest.
- CC=gcc PB_OPT=perl-5.21.4
- CC=gcc PB_OPT=perl-blead

# Test weird and whacky options with stable.
# Stable, weird and whacky config options.
- CC=gcc PB_OPT='--64all perl-5.20.1'
- CC=gcc PB_OPT='--64int perl-5.20.1'
- CC=gcc PB_OPT='--ld perl-5.20.1'
Expand Down

0 comments on commit 431e0ed

Please sign in to comment.