diff options
author | sapics <gv.nishino@gmail.com> | 2019-09-19 02:03:08 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2019-09-19 02:08:09 +0200 |
commit | f15e51bc3450a1002d545ac61bdca2a087ad043d (patch) | |
tree | dcde0d6e8f837fb90979a284cbd8355df196fd99 | |
parent | fdb85f52096460b2488a036cb6145861cc577da1 (diff) |
Update Ubuntu from Precise to Trusty on Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 963d2cd2f..858e1d1eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: php -dist: precise +dist: trusty php: - 5.4 |