Skip to content

Commit f504df5

Browse files
committed
Merge pull request #13 from launchdarkly/jko/circle
Set up circle.yml for CircleCI builds
2 parents 1dba052 + 3550c74 commit f504df5

File tree

4 files changed

+512
-875
lines changed

4 files changed

+512
-875
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Catamorphic, Co.
1+
Copyright 2015 Catamorphic, Co.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ LaunchDarkly SDK for PHP
33

44
[![Code Climate](https://codeclimate.com/github/launchdarkly/php-client/badges/gpa.svg)](https://codeclimate.com/github/launchdarkly/php-client)
55

6+
[![Circle CI](https://circleci.com/gh/launchdarkly/php-client.svg?style=svg)](https://circleci.com/gh/launchdarkly/php-client)
7+
68
Quick setup
79
-----------
810

circle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
machine:
2+
php:
3+
version: 5.4.10
4+
5+
test:
6+
override:
7+
- vendor/bin/phpunit tests

0 commit comments

Comments
 (0)