Skip to content

Commit 9380986

Browse files
author
Daniel Tolbert
authored
add travis (#15)
* add travis file * Update Readme
1 parent 1e771ba commit 9380986

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- '5.5'
4+
- '5.6'
5+
- '7.0'
6+
- '7.1'
7+
install: composer install
8+
script: php ./bin/phpunit --bootstrap ./vendor/autoload.php --testdox --colors=always tests

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
PHP Client library for IRIS / BBS API
1+
PHP Client library for Bandwidth's Phone Number Dashboard (AKA: Dashboard, Iris)
22
=========================================================
3+
[![Build Status](https://travis-ci.org/bandwidthcom/php-bandwidth-iris.svg?branch=master)](https://travis-ci.org/bandwidthcom/php-bandwidth-iris)
34

45
## Install
56

0 commit comments

Comments
 (0)