diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-07 15:38:13 +0200 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-07 15:38:13 +0200 |
commit | 6ecff82f566666f5bdfcc0efd30e0c0462c23e45 (patch) | |
tree | a418ecf8ec0637aaa88842fa82c5ec70045b8a22 | |
parent | 38f62715ad34927a2b3f603476f9c20567d4223b (diff) | |
download | planet-6ecff82f566666f5bdfcc0efd30e0c0462c23e45.tar planet-6ecff82f566666f5bdfcc0efd30e0c0462c23e45.tar.gz planet-6ecff82f566666f5bdfcc0efd30e0c0462c23e45.tar.bz2 planet-6ecff82f566666f5bdfcc0efd30e0c0462c23e45.tar.xz planet-6ecff82f566666f5bdfcc0efd30e0c0462c23e45.zip |
Tell Travis to run the tests with PHP 7.0 too
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b7381fc..f01673b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.4 - 5.5 - 5.6 +- 7.0 - hhvm - nightly matrix: |