Skip to content

Commit ac418e3

Browse files
committed
Test using PHP 7, nightly can fail
1 parent d2ee65c commit ac418e3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ before_install:
77
php:
88
- "hhvm"
99
- "nightly"
10+
- "7.1"
11+
- "7.0"
1012
- "5.6"
1113
- "5.5"
1214
- "5.4"
@@ -18,3 +20,8 @@ branches:
1820
- develop
1921

2022
script: php test.php
23+
24+
matrix:
25+
allow_failures:
26+
- php: "nightly"
27+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docopt/docopt",
33
"type": "library",
4-
"description": "Port of Python's docopt for PHP 5.3",
4+
"description": "Port of Python's docopt for PHP >=5.3",
55
"version": "1.0.2",
66
"keywords": ["cli","docs"],
77
"homepage": "http://github.com/docopt/docopt.php",

0 commit comments

Comments
 (0)