summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2017-11-09 09:46:43 -0700
committerTodd Rinaldo <toddr@cpan.org>2017-11-10 14:55:13 -0600
commite3483ccf0d4f8e3aa588dcffedbed48735303045 (patch)
tree7ae878fed5a7389c7d32be5e34ec3b263a695af8 /.travis.yml
parent4ef3c1cb7c86ade65752d609b1e1f3bc01796b49 (diff)
downloadperl-e3483ccf0d4f8e3aa588dcffedbed48735303045.tar.gz
Adjust travis.yaml configuration for blead merges.
- Unset PERL_BUILD_PACKAGING during builds - Set JOBS to indicate how parallel we want builds to be (4) - Assure tags are fetched to allow t/porting/cmp_version.t to build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index aeee619121..76a7adc6ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,12 @@ compiler:
- gcc
- clang
+install:
+ - git fetch --unshallow --tags # t/porting/cmp_version.t
+
env:
global:
- - PERL_BUILD_PACKAGING=1
+ - JOBS=4
matrix:
- CONFIGURE_ARGS='-Uusethreads'
- CONFIGURE_ARGS='-Dusethreads'
@@ -23,7 +26,7 @@ matrix:
os: osx
script:
- - ./Configure -des -Dusedevel -Uversiononly -Dcc=$CC $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING && TEST_JOBS=8 make -j8 test_harness_notty && make -j8 install && $HOME/perl-blead/bin/perlivp
+ - ./Configure -des -Dusedevel -Uversiononly -Dcc=$CC $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING && TEST_JOBS=$JOBS make -j$JOBS test_harness_notty && make -j$JOBS install && $HOME/perl-blead/bin/perlivp
addons:
apt: