aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-03-27 19:58:48 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-03-27 19:59:45 +0100
commit6141388969aaf5d2ad1c4d3bdd6d688ea1decf9f (patch)
treeed2ba1477dd02a95c06f396edf88fd6da07d7e14 /.travis.yml
parent2d733277e614bd4569530e63c676722c2b9df15f (diff)
downloadwallabag-6141388969aaf5d2ad1c4d3bdd6d688ea1decf9f.tar.gz
wallabag-6141388969aaf5d2ad1c4d3bdd6d688ea1decf9f.tar.zst
wallabag-6141388969aaf5d2ad1c4d3bdd6d688ea1decf9f.zip
Enable hhvm & nightly for curiosity
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a697e74b..d9344827 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,13 @@ php:
7 - 5.4 7 - 5.4
8 - 5.5 8 - 5.5
9 - 5.6 9 - 5.6
10 - hhvm
11 - nightly
12
13matrix:
14 allow_failures:
15 - php: hhvm
16 - php: nightly
10 17
11branches: 18branches:
12 only: 19 only: