Skip to content

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Thinardon committed Jul 19, 2018
1 parent dc5968a commit ca5c5a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php
php:
- 7.1
- 7.2

branches:
only:
- master

install:
- composer install --prefer-source

script:
- ./vendor/bin/phpunit -c phpunit.xml.dist
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
BiiG Elasticsearch component
============================

[![Build Status](https://travis-ci.org/biig-io/ElasticsearhComponent.svg?branch=master)](https://travis-ci.org/biig-io/ElasticsearhComponent)

This library is designed to give you some set of classes you define almost all the time if you use Elastica. This is
based on Elastica and do not much for you except standard behavior.

Expand Down

0 comments on commit ca5c5a1

Please sign in to comment.