From: gggeek <giunta.gaetano@gmail.com> Date: Fri, 6 Apr 2018 23:27:22 +0000 (+0100) Subject: Update Travis config X-Git-Tag: 3.1.1~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1d249f2651c37a781bf62a99487d9770cfad36a6;p=plcapi.git Update Travis config --- diff --git a/.travis.yml b/.travis.yml index ca0fb3a4..c35c7c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ +language: php + +# the current Travis VMs are based on Ubuntu Trusty. Alas, those do not have php 5.3 available. So we keep using Precise... +dist: precise + # NB: we need to use the Trusty images if we want to test on hhvm #dist: trusty -language: php - php: - 5.3 - 5.4 @@ -10,6 +13,8 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 + # hhvm is not available any more on Precise images #- hhvm before_install: