From 431e0ed0048c03a1fce684cb32499a8e92a769d1 Mon Sep 17 00:00:00 2001 From: James Raspass Date: Sat, 11 Oct 2014 23:43:56 +0100 Subject: [PATCH] travis: add perl blead --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0637e5e..5a03f4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'