Skip to content

Commit

Permalink
Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jun 21, 2014
1 parent 4fb8703 commit 21928cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php

php: [5.3, 5.4, 5.5]

before_script:
- composer self-update
- composer install --dev --prefer-source --no-interaction --no-progress

script: 'vendor/bin/phpunit tests'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Raygun4php

[Raygun.io](http://raygun.io) provider for PHP 5.3+

[![Build
Status](https://secure.travis-ci.org/MindscapeHQ/raygun4php.png?branch=master)](http://travis-ci.org/MindscapeHQ/raygun4php)

## Installation

Firstly, ensure that **curl** is installed and enabled in your server's php.ini file.
Expand Down
2 changes: 1 addition & 1 deletion testbootstrap.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

require_once(__DIR__ .'\src\Raygun4php\RaygunClient.php');
require_once(__DIR__ .'/src/Raygun4php/RaygunClient.php');

0 comments on commit 21928cd

Please sign in to comment.