From f079fc5682a7543adcdbd330cd791f3b910d934e Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 5 Mar 2012 18:35:00 -0800 Subject: [PATCH] [ci] Remove Configure.pl build tests in attempt to reduce test time below the default 25 minute timeout --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40dc7acbb2..826f5f0dea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,12 @@ before_script: # - mkdir ~/perl5 && perl -Mlocal::lib >> /tmp/local_lib_junk.sh && source /tmp/local_lib_junk.sh # - sudo chown -R $CI_USER ~/.cpanm # - sudo chown -R $CI_USER ~/perl5 -script: "perl Configure.pl --test=build $PARROT_CONFIG_ARGS $PARROT_OPTIMIZE --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' ; make $PARROT_TEST" + +# Don't run Configure.pl tests, for now +#script: "perl Configure.pl --test=build $PARROT_CONFIG_ARGS $PARROT_OPTIMIZE --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' ; make $PARROT_TEST" + +script: "perl Configure.pl $PARROT_CONFIG_ARGS $PARROT_OPTIMIZE --cc=\"$CC\" --link=\"$CC\" --ld=\"$CC\" --ccflags='-g' ; make $PARROT_TEST" + branches: only: - master