X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=c35c7c80806170f57731003cb67807881a4ded0a;hb=1d249f2651c37a781bf62a99487d9770cfad36a6;hp=ca0fb3a421f1877faf945b7bb9184dfaf533c78b;hpb=6e24e24e3bd156c4d88021a58e5ae57d8b071de4;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index ca0fb3a..c35c7c8 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: