You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API documentation is automatically generated with [APIGen](https://github.com/ApiGen/ApiGen) and available at [this address](https://not-a-number.io/phptree/).
44
-
45
43
Blog post: [https://not-a-number.io/2018/phptree-a-fast-tree-implementation](https://not-a-number.io/2018/phptree-a-fast-tree-implementation)
46
44
47
45
## Requirements
@@ -105,7 +103,7 @@ Launcher::open($imagePath);
105
103
106
104
## Code quality, tests and benchmarks
107
105
108
-
Every time changes are introduced into the library, [Travis CI](https://travis-ci.org/drupol/phptree/builds) run the tests and the benchmarks.
106
+
Every time changes are introduced into the library, [Github](https://github.com/drupol/phptree/actions) run the tests and the benchmarks.
109
107
110
108
The library has tests written with [PHPSpec](http://www.phpspec.net/).
111
109
Feel free to check them out in the `spec` directory. Run `composer phpspec` to trigger the tests.
0 commit comments