Skip to content

Commit 3b3b1d3

Browse files
committed
Use latest PHP 7.2.0RC5 as nightly removed no longer needed suppresion
1 parent 8927f96 commit 3b3b1d3

File tree

3 files changed

+1
-166
lines changed

3 files changed

+1
-166
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,12 @@ env:
3434
matrix:
3535
fast_finish: true
3636
allow_failures:
37-
- php: nightly
3837
- php: 7.2
3938
exclude:
4039
- env: CC="gcc"
4140
compiler: clang
4241
- env: CC="clang"
4342
compiler: gcc
44-
include:
45-
- env: CC="gcc"
46-
php: nightly
47-
compiler: gcc
48-
- env: CC="clang"
49-
php: nightly
50-
compiler: clang
5143

5244
cache:
5345
apt: true

install-re2c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "${CI}" != "true" ]; then
1515
fi
1616

1717
if [ -z ${RE2C_VERSION+x} ]; then
18-
echo "The RE2C_VERSION is unset. Stop."
18+
echo "The RE2C_VERSION value is not set. Stop."
1919
exit 1
2020
fi
2121

tests/zephir_parser.3.7.0.sup

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)