aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-05-09 10:42:11 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-07-18 18:07:25 +0200
commit19738973056d027ebe6e55a97c181279b6ad2f60 (patch)
tree9b9c9bac58d464dcf7178b290a581f9dbdee121d /.travis.yml
parent51cbc2ebfe28435c62c2ce43eeb32bb6668a3833 (diff)
downloadwallabag-19738973056d027ebe6e55a97c181279b6ad2f60.tar.gz
wallabag-19738973056d027ebe6e55a97c181279b6ad2f60.tar.zst
wallabag-19738973056d027ebe6e55a97c181279b6ad2f60.zip
Run PHP 7.1 on Travis
- Using nightly (as of now it's PHP 7.1 alpha) - Force guzzle to be at least 5.3.1 (which fix some bugs in PHP 7)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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
25env: 26env: