Skip to content

Commit

Permalink
Add travis setting
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Apr 27, 2016
1 parent 1e4ca1c commit 1e98ebc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
install: composer update
script: ./vendor/bin/phpunit ./tests
sudo: false

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
line-bot-sdk-php
==

[![Build Status](https://travis-ci.org/line/line-bot-sdk-php.svg?branch=master)](https://travis-ci.org/line/line-bot-sdk-php)
[![Latest Stable Version](https://poser.pugx.org/linecorp/line-bot-sdk/v/stable.svg)](https://packagist.org/packages/linecorp/line-bot-sdk)
[![License](https://poser.pugx.org/linecorp/line-bot-sdk/license.svg)](https://packagist.org/packages/linecorp/line-bot-sdk)

SDK of the LINE BOT API Trial for PHP.

Installation
Expand Down

0 comments on commit 1e98ebc

Please sign in to comment.