Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from percymamedy/release/v0.1.0-beta.2
Browse files Browse the repository at this point in the history
Release v0.1.0 beta.2
  • Loading branch information
percymamedy committed Jun 2, 2019
2 parents 12735bf + 276f31c commit fa65e9f
Show file tree
Hide file tree
Showing 3 changed files with 29 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
- 7.3

before_script:
- composer self-update

install:
- composer install --prefer-source --no-interaction

script: vendor/bin/phpunit
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<p align="center">
<a href="https://packagist.org/packages/percymamedy/dcompose"><img src="https://poser.pugx.org/percymamedy/dcompose/v/stable" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/percymamedy/dcompose"><img src="https://poser.pugx.org/percymamedy/dcompose/v/unstable" alt="Latest Unstable Version"></a>
<a href="https://travis-ci.org/percymamedy/Dcompose"><img src="https://travis-ci.org/percymamedy/Dcompose.svg?branch=develop" alt="Build Status"></a>
<a href="https://packagist.org/packages/percymamedy/dcompose"><img src="https://poser.pugx.org/percymamedy/dcompose/license" alt="License"></a>
<a href="https://packagist.org/packages/percymamedy/dcompose"><img src="https://poser.pugx.org/percymamedy/dcompose/downloads" alt="Total Downloads"></a>
</p>
Expand Down
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
- 7.3

before_script:
- composer self-update

install:
- composer install --prefer-source --no-interaction --dev

script: vendor/bin/phpunit

0 comments on commit fa65e9f

Please sign in to comment.