Skip to content

Commit

Permalink
updating travis config to also test with php 5.5. updated version req…
Browse files Browse the repository at this point in the history
…uirement in readme for apiaxle >= 1.12.17
  • Loading branch information
Phillip Shipley committed May 6, 2014
1 parent 5fb8b46 commit 1aee57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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:
- "5.4"
- "5.5"

services:
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ApiAxle is a proxy that sits on your network, in front of your API(s) and manage
## Requirements ##
* PHP >= 5.3.3
* [curl](http://php.net/curl)
* [ApiAxle](http://apiaxle.com) proxy with the apiaxle-api package installed
* [ApiAxle](http://apiaxle.com) >= 1.12.17

## Features / Goals / TODO ##
- [x] Readily consumable, configuration based, object oriented library
Expand Down

0 comments on commit 1aee57c

Please sign in to comment.