We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e771ba commit 9380986Copy full SHA for 9380986
.travis.yml
@@ -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
@@ -1,5 +1,6 @@
-PHP Client library for IRIS / BBS API
+PHP Client library for Bandwidth's Phone Number Dashboard (AKA: Dashboard, Iris)
=========================================================
+[](https://travis-ci.org/bandwidthcom/php-bandwidth-iris)
## Install
0 commit comments