- added PHP7.2 to travisCI

This commit is contained in:
nikitozzzzzzz
2018-11-13 09:15:14 +02:00
parent dec4a61e84
commit 0d1a9f676b
+2
View File
@@ -34,9 +34,11 @@ matrix:
- php: "5.6"
- php: "7.0"
- php: "7.1"
- php: "7.2"
allow_failures:
- php: "7.1"
- php: "7.2"
# - php: "nightly"
# whitelist branches for the "push" build check.