X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=8d71284338c3d32e535fcb8b3f13e811663ab792;hp=a010051756d9200bfccbb2b3a89d2c03d4f8af94;hb=HEAD;hpb=84909022568cb8e41e7e5767d4f1aae89a8e0190 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a010051..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: php - -php: - - 5.3 - - 5.4 - -before_script: phpize - -script: ./configure && make && make test NO_INTERACTION=1 REPORT_EXIT_STATUS=1 -