Add travis.yml support

This commit is contained in:
Gianluca Arbezzano
2014-09-10 15:57:48 +02:00
parent 7733cd1743
commit 066a274801
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
language: php
php:
- 5.5
- 5.6
before_script:
- composer selfupdate
- composer install --prefer-source
script:
- vendor/bin/phpspec run
+1
View File
@@ -1,4 +1,5 @@
# InfluxDB PHP SDK
[![Build Status](https://travis-ci.org/corley/influxdb-php-sdk.svg?branch=master)](https://travis-ci.org/corley/influxdb-php-sdk) [![Dependency Status](https://www.versioneye.com/user/projects/54104e789e1622492d000025/badge.svg?style=flat)](https://www.versioneye.com/user/projects/54104e789e1622492d000025)
Send message to InfluxDB.
```php