Skip to content

Commit

Permalink
Test for 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed Dec 5, 2016
1 parent 8905fc3 commit ccf4a3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- 7.0
- 7.1
install:
- composer self-update
- composer install --no-interaction --dev
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# expression-parser
LISP like expression parser for phramework

--------|-----|-----
`master`|[![Build Status](https://travis-ci.org/phramework/expression-parser.svg?branch=master)](https://travis-ci.org/phramework/expression-parser)|[![Coverage Status](https://coveralls.io/repos/github/phramework/expression-parser/badge.svg?branch=master)](https://coveralls.io/github/phramework/expression-parser?branch=master)
`dev` |[![Build Status](https://travis-ci.org/phramework/expression-parser.svg?branch=dev)](https://travis-ci.org/phramework/expression-parser)|[![Coverage Status](https://coveralls.io/repos/github/phramework/expression-parser/badge.svg?branch=dev)](https://coveralls.io/github/phramework/expression-parser?branch=dev)

`master` [![Build Status](https://travis-ci.org/phramework/expression-parser.svg?branch=master)](https://travis-ci.org/phramework/expression-parser) [![Coverage Status](https://coveralls.io/repos/github/phramework/expression-parser/badge.svg?branch=master)](https://coveralls.io/github/phramework/expression-parser?branch=master)


`dev` [![Build Status](https://travis-ci.org/phramework/expression-parser.svg?branch=dev)](https://travis-ci.org/phramework/expression-parser) [![Coverage Status](https://coveralls.io/repos/github/phramework/expression-parser/badge.svg?branch=dev)](https://coveralls.io/github/phramework/expression-parser?branch=dev)


## Requirements
- php 7 or newer
- php 7.0
- [composer](https://getcomposer.org/)

## Development
Expand Down

0 comments on commit ccf4a3c

Please sign in to comment.