X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.travis.yml;h=e4a173dce69d1468c8c202bcdda19270932cfe9d;hp=07b18e67b2ab4c5ec0979ea11456bf35bf80efd4;hb=f9191ded82ea1a9c187c5a9cc332194919ed1464;hpb=f374b21f62aa36ce238c485eaa36d728e84e9954 diff --git a/.travis.yml b/.travis.yml index 07b18e67b2..e4a173dce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,19 +8,11 @@ # language: php - -# Use fast containers instead of the slower sudo-enabled VMs: -sudo: false # Use Ubuntu 14 Trusty (not Ubuntu 12 Precise) # -# - Required in order to use HHVM 3.6 or higher. # - Required for non-buggy xml library for XmlTypeCheck/UploadBaseTest (T75176). dist: trusty -git: - depth: 3 - quiet: true - # Cache NPM and Composer directories # cache: @@ -44,12 +36,8 @@ matrix: php: 7.1 - env: dbtype=mysql dbuser=root php: 7 - # https://docs.travis-ci.com/user/languages/php#HHVM-versions - - env: dbtype=mysql dbuser=root - php: hhvm-3.18 allow_failures: - php: 7.3 - - php: hhvm-3.18 services: - mysql