Explorar o código

Simplify travis testing configuration

Daniel Gempesaw %!s(int64=10) %!d(string=hai) anos
pai
achega
127b2623e3
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -10,11 +10,6 @@ perl:
 matrix:
    fast_finish: true
 before_install:
-   - export AUTOMATED_TESTING=1 NONINTERACTIVE_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
-   - git clone git://github.com/haarg/perl-travis-helper
-   - source perl-travis-helper/init
-   - build-perl
-   - perl -V
    - git config --global user.name "TravisCI"
    - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
 install: