diff options
author | nashe <thomas@chauchefoin.fr> | 2018-01-07 16:47:49 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2018-01-07 16:47:49 +0100 |
commit | 79cd46cf59de740c7e53e740bfab428786bfea4d (patch) | |
tree | 496997334249a2468ddd5c0ff46c10cd60f6a085 | |
parent | 73baefd28c0281bf0a8027696abb38717c64e113 (diff) | |
download | planet-79cd46cf59de740c7e53e740bfab428786bfea4d.tar planet-79cd46cf59de740c7e53e740bfab428786bfea4d.tar.gz planet-79cd46cf59de740c7e53e740bfab428786bfea4d.tar.bz2 planet-79cd46cf59de740c7e53e740bfab428786bfea4d.tar.xz planet-79cd46cf59de740c7e53e740bfab428786bfea4d.zip |
Update Travis build matrix
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bb9516d..1f6e199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,16 @@ language: php php: +- 5.5 - 5.6 - 7.0 - 7.1 -- hhvm +- 7.2 - nightly matrix: allow_failures: - - php: hhvm + - php: 5.5 - php: nightly dist: trusty |