Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Fix graphql-ast link
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Dec 8, 2018
1 parent 5f85c7d commit 041b6a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<p align="center">
<a href="https://travis-ci.org/railt/lexer"><img src="https://travis-ci.org/railt/lexer.svg?branch=master" alt="Travis CI" /></a>
<a href="https://scrutinizer-ci.com/g/railt/lexer/?branch=master"><img src="https://scrutinizer-ci.com/g/railt/lexer/badges/coverage.png?b=master" alt="Code coverage" /></a>
<a href="https://scrutinizer-ci.com/g/railt/lexer/?branch=master"><img src="https://scrutinizer-ci.com/g/railt/lexer/badges/quality-score.png?b=master" alt="Scrutinizer CI" /></a>
<a href="https://packagist.org/packages/railt/lexer"><img src="https://poser.pugx.org/railt/lexer/version" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/railt/lexer"><img src="https://poser.pugx.org/railt/lexer/v/unstable" alt="Latest Unstable Version"></a>
Expand All @@ -16,10 +15,6 @@
> Note: All questions and issues please send
to [https://github.com/railt/railt/issues](https://github.com/railt/railt/issues)

> Note: Tests can not always pass correctly. This may be due to the inaccessibility of
PPA servers for updating gcc and g++. The lexertl build requires the support of a modern
compiler inside Travis CI. In this case, a gray badge will be displayed with the message "Build Error".

In order to quickly understand how it works - just write ~4 lines of code:

```php
Expand Down

0 comments on commit 041b6a8

Please sign in to comment.