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 fc46fb3 commit 1d20a4aCopy full SHA for 1d20a4a
.travis.yml
@@ -1,6 +1,9 @@
1
language: php
2
php:
3
+ - '5.4'
4
+ - '5.5'
5
- '5.6'
6
+ - '7.0'
7
8
before_script:
9
- composer install
README.md
@@ -1,5 +1,6 @@
Nexmo Client Library for PHP
============================
+[](https://travis-ci.org/Nexmo/nexmo-php)
[Installation](#Installation) | [Usage](#Usage) | [Examples](#Examples) | [Coverage](#API-Coverage) | [Contributing](#Contributing)
0 commit comments