Skip to content

Commit

Permalink
Merge pull request #6 from imgix/6-travis-ci
Browse files Browse the repository at this point in the history
Install Travis-CI
  • Loading branch information
kellysutton committed May 30, 2015
2 parents 43be662 + 4f4717c commit 516bae0
Show file tree
Hide file tree
Showing 8 changed files with 1,094 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: php
php:
- '5.5'
- '5.4'
install:
- composer install
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![imgix logo](https://assets.imgix.net/imgix-logo-web-2014.pdf?page=2&fm=png&w=200&h=200)

[![Build Status](https://travis-ci.org/imgix/imgix-php.png?branch=master)](https://travis-ci.org/imgix/imgix-php)

A PHP client library for generating URLs with imgix. imgix is a high-performance
distributed image processing service. More information can be found at
[http://www.imgix.com](http://www.imgix.com).
Expand Down Expand Up @@ -123,4 +125,4 @@ instead. For example:
// http://demos-1.imgix.net/bridge.png?h=100&w=100
// http://demos-2.imgix.net/bridge.png?h=100&w=100
// http://demos-3.imgix.net/bridge.png?h=100&w=100
// http://demos-1.imgix.net/bridge.png?h=100&w=100
// http://demos-1.imgix.net/bridge.png?h=100&w=100
Loading

0 comments on commit 516bae0

Please sign in to comment.