mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Add travis.yml support
This commit is contained in:
+12
@@ -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,4 +1,5 @@
|
||||
# InfluxDB PHP SDK
|
||||
[](https://travis-ci.org/corley/influxdb-php-sdk) [](https://www.versioneye.com/user/projects/54104e789e1622492d000025)
|
||||
Send message to InfluxDB.
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user