Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit b18d6e6

Browse files
Dev (#12)
* Updated .travis.yml * Updated .travis.yml with new OS configuration * Reduced test sizes for travis memory limits. * Removed clover coverage from testing. * Removed coveralls. Removed PHP 7.1 support after too many zend_heap problems. * Allow failures for PHP 7.0 and PHP 7.1 for future investigation. * Testing new travis.yml build * Testing old configuration with .travis * Updated Transformable operations and CArray to new C implementation. * Updated travis-ci * Test Travis * Added logo to README.MD
1 parent 79ecf2c commit b18d6e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpsci/phpsci/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpsci/phpsci/?branch=master)
1212
[![Coverage Status](https://coveralls.io/repos/github/phpsci/phpsci/badge.svg?branch=master)](https://coveralls.io/github/phpsci/phpsci?branch=master)
1313

14+
<p align="center">
15+
<img src="https://avatars1.githubusercontent.com/u/36818275?s=400&u=db5f856095121f89938ffa637a4831f7afa09eee&v=4" />
16+
</p>
1417

1518

1619
PHPSci is a PHP Library for scientific computing powered by C. You **must** compile and install

0 commit comments

Comments
 (0)