Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Kopytko 2fc22c490b
Updated CI config for Travis, preload OLE (#16)
* Test only on supported PHP versions on Travis CI.

* Preload OLE.php as contains important constants.
Were getting: Use of undefined constant OLE_PPS_TYPE_FILE - assumed 'OLE_PPS_TYPE_FILE' (this will throw an Error in a future version of PHP) in OLE/PPS/File.php:60

* Forbid installing on PHP 7.3 for time being.
pear/OLE does not really work on PHP 7.3, so this package is also unusable there.
2018-10-23 10:53:35 +09:00
Alexey Kopytko 0192d1c2bb Removed PHP 7.0 from Travis: will fail tests until pear/OLE#7 gets merged 2017-05-24 11:24:11 +09:00
Alexey Kopytko a56a6cdbca Added PHP 7.0 and 7.1 for Travis 2017-05-24 10:54:27 +09:00
Alexey Kopytko cdc371a492 .travis.yml: do not test with PHP 7.0
pear/OLE does not yet support PHP 7 (old-style constructors)
2017-02-19 22:08:59 +09:00
Alexey Kopytko d3d5afa3d9 Since there are tests, lets add a config for Travis.
- config comes with Composer cache enabled
2016-06-16 15:23:56 +09:00
Christian Weiske e2997d24fb remove travis config; there are no tests 2015-07-16 19:30:24 +02:00
Daniel O'Connor bca895dfe4 Add travis support, even though there aren't tests :/ 2014-04-13 02:18:15 +09:30