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 1e4ca1c commit 1e98ebcCopy full SHA for 1e98ebc
.travis.yml
@@ -0,0 +1,11 @@
1
+language: php
2
+
3
+php:
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
+ - 7.0
8
+install: composer update
9
+script: ./vendor/bin/phpunit ./tests
10
+sudo: false
11
README.md
@@ -1,6 +1,10 @@
line-bot-sdk-php
==
+[](https://travis-ci.org/line/line-bot-sdk-php)
+[](https://packagist.org/packages/linecorp/line-bot-sdk)
+[](https://packagist.org/packages/linecorp/line-bot-sdk)
SDK of the LINE BOT API Trial for PHP.
Installation
0 commit comments