History log of /php-ast/.travis.yml (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 28f5201f 05-Apr-2021 Tyson Andre

Support php 8.1 enums (#197)

* Support php 8.1 enums

* Test with travis and php 8.0, again

* AST_ENUM_CASE can have attributes

* Set `type` property of `AST_CLASS`

Support php 8.1 enums (#197)

* Support php 8.1 enums

* Test with travis and php 8.0, again

* AST_ENUM_CASE can have attributes

* Set `type` property of `AST_CLASS` iff ast version 85+

(iff === if and only if)

* Add AST_CLASS's type in version 85+ prior to php 8.1

* [skip ci] Document support for php 8.1 enums

show more ...


# 4210eb13 22-Oct-2020 Tyson Andre

Disable Xdebug - travis does not support php 8.0 (#193)

If tests don't work with Xdebug, that's an issue with Xdebug.
(in php 8.1.0-dev, it's broken, which is normal due to rapid changes)


# 66de07d2 06-Jun-2020 Tyson Andre

Revert "Support php 8.0 "Constructor Promotion" and attributes"

This reverts commit b0370e632aad7b2c6feadaa8ea4610e5e0c055c6.


# 426e7ea1 06-Jun-2020 Tyson Andre

Revert "[skip ci] fix .travis.yml"

This reverts commit 7e039f90fc7de67c7985d3141631885e5d601a77.


# 7e039f90 06-Jun-2020 Tyson Andre

[skip ci] fix .travis.yml


# b0370e63 30-May-2020 Tyson Andre

Support php 8.0 "Constructor Promotion" and attributes

Because AST_CLASS_CONST_DECL is a list of nodes, don't add the key
"attributes" to the hash table in older AST versions.

A

Support php 8.0 "Constructor Promotion" and attributes

Because AST_CLASS_CONST_DECL is a list of nodes, don't add the key
"attributes" to the hash table in older AST versions.

Add visibility modifiers to AST_PARAM, but only in php 8.0+.
MODIFIER_PUBLIC and PARAM_REF are the same value in php 7.4.

show more ...


# 0a80cfb3 17-Jan-2020 Tyson Andre

Document new flags for AST_TYPE (null/false)


Revision tags: v1.0.5, v1.0.4, v1.0.3, v1.0.2, v1.0.1
# 11e25008 11-Feb-2019 Nikita Popov

Try building against PHP 7.4


# b1f4c4c4 21-Oct-2018 Nikita Popov

Add PHP 7.3 to Travis CI


Revision tags: v1.0.0, v0.1.7, v0.1.6
# 774193f9 24-Sep-2017 Tyson Andre

Start testing with php 7.2 in travis (nightly is 7.3-dev)


Revision tags: v0.1.5, v0.1.4
# f79568fc 18-Jan-2017 Nikita Popov

Add 7.1 to travis

nightly will diverge at some point...


Revision tags: v0.1.3, v0.1.2
# 81b9b7a7 10-Mar-2016 Nikita Popov

Fix PHP 7.0 build


Revision tags: v0.1.1, v0.1.0
# 75b83e66 19-Jun-2015 Nikita Popov

Build on Travis