diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-07-19 11:24:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 11:24:26 +0200 |
commit | 0dc09439efeb01e8c56d3417922aa8fccce01ead (patch) | |
tree | 2d3a27d53df6e526171d8eafe2d098aff54a6353 /.travis.yml | |
parent | ab3eb4ba95e156bf5059d0bbb11e2cfde1119a4b (diff) | |
parent | 19738973056d027ebe6e55a97c181279b6ad2f60 (diff) | |
download | wallabag-0dc09439efeb01e8c56d3417922aa8fccce01ead.tar.gz wallabag-0dc09439efeb01e8c56d3417922aa8fccce01ead.tar.zst wallabag-0dc09439efeb01e8c56d3417922aa8fccce01ead.zip |
Merge pull request #2048 from wallabag/travis-php-7.1
Run PHP 7.1 on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7fe15c5f..1a33198a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -20,6 +20,7 @@ php: | |||
20 | - 5.5 | 20 | - 5.5 |
21 | - 5.6 | 21 | - 5.6 |
22 | - 7.0 | 22 | - 7.0 |
23 | - nightly | ||
23 | - hhvm | 24 | - hhvm |
24 | 25 | ||
25 | env: | 26 | env: |