Browse Source

fix the travis build for PHP-5.6 using precise instead of trusty

PHP-5.6.32
Ferenc Kovacs 9 years ago
parent
commit
787e3a1ee4
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,4 @@
dist: trusty
dist: precise
language: c
sudo: false
addons:

Loading…
Cancel
Save