Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 89618b7

Browse files
kokspflanzeweierophinney
authored andcommitted
added php 7.2 && nightly in travis
removed hhvm in travis
1 parent e1ec5ed commit 89618b7

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,27 @@ matrix:
5858
- php: 7.1
5959
env:
6060
- DEPS=latest
61-
- php: hhvm
61+
- php: 7.2
6262
env:
6363
- DEPS=lowest
64-
- php: hhvm
64+
- php: 7.2
6565
env:
6666
- DEPS=locked
67-
- php: hhvm
67+
- php: 7.2
68+
env:
69+
- DEPS=latest
70+
- php: nightly
71+
env:
72+
- DEPS=lowest
73+
- php: nightly
74+
env:
75+
- DEPS=locked
76+
- php: nightly
6877
env:
6978
- DEPS=latest
7079
allow_failures:
71-
- php: hhvm
80+
- php: 7.2
81+
- php: nightly
7282

7383
notifications:
7484
irc: "irc.freenode.org#zftalk.dev"

0 commit comments

Comments
 (0)